Skip to content
Snippets Groups Projects
Commit 7ae77474 authored by Romain Therville's avatar Romain Therville :coffee:
Browse files

Update to nG6_utils.php

The path to application.properties has been fixed

Issue #216
parent 3d1b5611
No related branches found
No related tags found
1 merge request!132Merge branch issue#216 with master
......@@ -325,7 +325,7 @@ $template_mail.='<p>Yours sincerely</p>
}
static function get_config_content(){
$config_file_path = __DIR__."/../../../application.properties";
$config_file_path = __DIR__."/../../../../application.properties";
$config_file_content = file_get_contents($config_file_path);
return($config_file_content);
......
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