Verified Commit de03c079 authored by dockx thibault's avatar dockx thibault
Browse files

:ambulance: Fix deprecated smarty (1)

Smarty 1
No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
...@@ -331,7 +331,9 @@ $smarty->assign('js_files', []); ...@@ -331,7 +331,9 @@ $smarty->assign('js_files', []);
$smarty->registerPlugin('modifier', 'base64_encode', 'base64_encode'); $smarty->registerPlugin('modifier', 'base64_encode', 'base64_encode');
$smarty->php_handling = Smarty::PHP_REMOVE; $smarty->allow_php = false;
# Remove with above in smarty 4
# $smarty->php_handling = Smarty::PHP_REMOVE;
/* Check for SSL connection */ /* Check for SSL connection */
$ssl = ''; $ssl = '';
......
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