Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory
Commits
de03c079
Verified
Commit
de03c079
authored
3 months ago
by
dockx thibault
Browse files
Options
Download
Patches
Plain Diff
Fix deprecated smarty (1)
Smarty 1
parent
7cb821e9
core-php8
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/php_setup.inc
+3
-1
include/php_setup.inc
with
3 additions
and
1 deletion
+3
-1
include/php_setup.inc
+
3
−
1
View file @
de03c079
...
@@ -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
=
''
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets