Commit 084b107f authored by Benoit Mortier's avatar Benoit Mortier
Browse files

Fixes: #757 PHP_DIR is wrongly put in the include PHP path

Showing with 1 addition and 1 deletion
+1 -1
......@@ -241,7 +241,7 @@ $variables_order= "ES";
ini_set("track_vars",1);
ini_set("display_errors",1);
ini_set("report_memleaks",1);
ini_set("include_path",".:$BASE_DIR/include:PHP_DIR");
ini_set("include_path",".:$BASE_DIR/include:".PHP_DIR);
/* Do smarty setup */
......
  • bmortier @bmortier

    mentioned in issue #288

    By Côme Chilliet on 2017-09-02T14:41:57 (imported from GitLab)

    ·

    mentioned in issue #288

    By Côme Chilliet on 2017-09-02T14:41:57 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment