Verified Commit 012a5db9 authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: (variables.inc) - add smarty 4 as default in opt

Adds default variables.inc smarty 4 path in /opt/ (dev)
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -40,10 +40,10 @@ if (!defined("CONFIG_FILE")) {
}
/*!
* \brief Path for smarty3 libraries
* \brief Path for smarty3 and smarty4 libraries (dev)
*/
define("SMARTY", "/usr/share/php/smarty3/Smarty.class.php");
#define("SMARTY", "/usr/share/php/smarty3/Smarty.class.php");
define("SMARTY", "/opt/smarty/Smarty.class.php");
/*!
* \brief Smarty compile dir
*/
......
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