fixed regular exception

pull/202/head
Cédric Bonhomme 2019-08-23 08:18:01 +02:00
parent 36ee8e750a
commit aa56b17480
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ echo -e "\n--- Allowing Apache override to all ---\n"
sudo sed -i "s/AllowOverride None/AllowOverride All/g" /etc/apache2/apache2.conf
echo -e "\n--- We want to see the PHP errors, turning them on ---\n"
sed -i "s/error_reporting = .*/error_reporting = E_ALL/g" $PHP_INI
sed -i "s/display_errors = .*/display_errors = On/g" $PHP_INI
sed -i "s/.*error_reporting.*/error_reporting = E_ALL/g" $PHP_INI
sed -i "s/.*display_errors.*/display_errors = On/g" $PHP_INI