Skip to content
Snippets Groups Projects
Commit 566e2c8d authored by SNA's avatar SNA
Browse files

Fix correction d'erreur e_notice

parent 08c97455
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ if(isset($_SESSION['config']['corepath']) && !empty($_SESSION['config']['corepat ...@@ -15,7 +15,7 @@ if(isset($_SESSION['config']['corepath']) && !empty($_SESSION['config']['corepat
{ {
chdir($_SESSION['config']['corepath']); chdir($_SESSION['config']['corepath']);
} }
ini_set('error_reporting', E_ALL); //ini_set('error_reporting', E_ALL);
if (isset($_SESSION['custom_override_id']) && !empty($_SESSION['custom_override_id']) && isset($_SESSION['config']['corepath']) && !empty($_SESSION['config']['corepath'])) if (isset($_SESSION['custom_override_id']) && !empty($_SESSION['custom_override_id']) && isset($_SESSION['config']['corepath']) && !empty($_SESSION['config']['corepath']))
{ {
$path = $_SESSION['config']['corepath']."custom".DIRECTORY_SEPARATOR.$_SESSION['custom_override_id'].DIRECTORY_SEPARATOR; $path = $_SESSION['config']['corepath']."custom".DIRECTORY_SEPARATOR.$_SESSION['custom_override_id'].DIRECTORY_SEPARATOR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment