Skip to content
Snippets Groups Projects

Merge branch issue#216 with master

Merged Romain Therville requested to merge issue#216 into master
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -325,9 +325,8 @@ $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);
}
Loading