Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-admin-essentials
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etersoft-admin-essentials
Commits
37b3ea4e
Commit
37b3ea4e
authored
May 10, 2020
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update createbytask.int.sh
parent
a812506b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
createbytask.int.sh
vz/azbyka/createbytask.int.sh
+7
-7
No files found.
vz/azbyka/createbytask.int.sh
View file @
37b3ea4e
...
...
@@ -178,16 +178,16 @@ tune_php()
[
-n
"
$PHP_max_execution_time
"
]
&&
subst
"s|^max_execution_time =.*|max_execution_time =
$PHP_max_execution_time
|"
$aphp
[
-n
"
$PHP_allow_url_fopen
"
]
&&
subst
"s|^allow_url_fopen =.*|allow_url_fopen =
$PHP_allow_url_fopen
|"
$aphp
[
-n
"
$PHP_disable_functions
"
]
&&
subst
"s|^disable_functions =.*|disable_functions =
$PHP_disable_functions
|"
$aphp
[
-n
"
$PHP_session_name
"
]
&&
subst
"s|^session.name =
.*|session.name =
$PHP_session_name
|"
$aphp
[
-n
"
$PHP_session_cookie_domain
"
]
&&
subst
"s|^session.cookie_domain =
.*|session.cookie_domain =
$PHP_session_cookie_domain
|"
$aphp
[
-n
"
$PHP_session_name
"
]
&&
subst
"s|^session.name =.*|session.name =
$PHP_session_name
|"
$aphp
[
-n
"
$PHP_session_cookie_domain
"
]
&&
subst
"s|^session.cookie_domain =.*|session.cookie_domain =
$PHP_session_cookie_domain
|"
$aphp
if
[
-n
"
$PHP_post_max_size
"
]
;
then
subst
"s|^post_max_size =
.*|post_max_size =
$PHP_post_max_size
|"
$aphp
subst
"s|^upload_max_filesize =
.*|upload_max_filesize =
$PHP_post_max_size
|"
$aphp
subst
"s|^post_max_size =.*|post_max_size =
$PHP_post_max_size
|"
$aphp
subst
"s|^upload_max_filesize =.*|upload_max_filesize =
$PHP_post_max_size
|"
$aphp
fi
[
-n
"
$PHP_max_file_uploads
"
]
&&
subst
"s|^max_file_uploads =
.*|max_file_uploads =
$PHP_max_file_uploads
|"
$aphp
[
-n
"
$PHP_max_file_uploads
"
]
&&
subst
"s|^max_file_uploads =.*|max_file_uploads =
$PHP_max_file_uploads
|"
$aphp
if
[
-n
"
$PHP_max_input_vars
"
]
;
then
subst
"s|^[; ]*max_input_vars =
.*|max_input_vars =
$PHP_max_input_vars
|"
$aphp
subst
"s|^[; ]*max_input_vars =.*|max_input_vars =
$PHP_max_input_vars
|"
$aphp
fi
}
...
...
@@ -343,7 +343,7 @@ if [ -n "$AUSERID" ] ; then
fi
PHP7BASE
=
"php7-mbstring php7-pdo php7-curl php7-fileinfo php7-dom php7-exif
\
php7-pdo_mysql php7-mysqli php7-pcntl php7-openssl php7-mcrypt
\
php7-pdo_mysql php7-mysqli php7-pcntl php7-openssl php7-mcrypt
php7-imagick
\
php7-gd2 php7-xmlreader php7-memcached php7-xsl php7-zip php7-redis php7-opcache"
for
i
in
$PKGPROFILE
;
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment