Minor changes.
This commit is contained in:
parent
a412d018af
commit
dd9bc839a7
@ -1,4 +1,4 @@
|
|||||||
PHP configuration (php.ini)
|
HP configuration (php.ini)
|
||||||
memory_limit....................: 512M
|
memory_limit....................: 512M
|
||||||
max_execution_time..............: 180
|
max_execution_time..............: 180
|
||||||
upload_max_filesize.............: 64M
|
upload_max_filesize.............: 64M
|
||||||
@ -6,6 +6,9 @@ PHP configuration (php.ini)
|
|||||||
mbstring.func_overload..........: 0
|
mbstring.func_overload..........: 0
|
||||||
always_populate_raw_post_data...: -1
|
always_populate_raw_post_data...: -1
|
||||||
default_charset.................: 'UTF-8'
|
default_charset.................: 'UTF-8'
|
||||||
|
|
||||||
|
# - enfernt in PHP 7.0.0
|
||||||
|
# -
|
||||||
output_buffering................: off
|
output_buffering................: off
|
||||||
|
|
||||||
apcu:
|
apcu:
|
||||||
|
@ -83,7 +83,7 @@ fatal (){
|
|||||||
if $terminal ; then
|
if $terminal ; then
|
||||||
echo -e "\t[ \033[31m\033[1mFatal\033[m ]: \033[37m\033[1m$*\033[m"
|
echo -e "\t[ \033[31m\033[1mFatal\033[m ]: \033[37m\033[1m$*\033[m"
|
||||||
echo ""
|
echo ""
|
||||||
echo -e "\t\033[31m\033[1m Firewall Script will be interrupted..\033[m\033[m"
|
echo -e "\t\033[31m\033[1m Script will be interrupted..\033[m\033[m"
|
||||||
else
|
else
|
||||||
echo "fatal: $*"
|
echo "fatal: $*"
|
||||||
echo "Script will be interrupted.."
|
echo "Script will be interrupted.."
|
||||||
|
Loading…
Reference in New Issue
Block a user