Minor changes.

This commit is contained in:
Christoph 2018-01-08 01:37:38 +01:00
parent a412d018af
commit dd9bc839a7
2 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
PHP configuration (php.ini)
HP configuration (php.ini)
memory_limit....................: 512M
max_execution_time..............: 180
upload_max_filesize.............: 64M
@ -6,6 +6,9 @@ PHP configuration (php.ini)
mbstring.func_overload..........: 0
always_populate_raw_post_data...: -1
default_charset.................: 'UTF-8'
# - enfernt in PHP 7.0.0
# -
output_buffering................: off
apcu:

View File

@ -83,7 +83,7 @@ fatal (){
if $terminal ; then
echo -e "\t[ \033[31m\033[1mFatal\033[m ]: \033[37m\033[1m$*\033[m"
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
echo "fatal: $*"
echo "Script will be interrupted.."