This commit is contained in:
2024-05-29 11:46:39 +02:00
parent 9747e7687b
commit c4192cd3fb
5 changed files with 15 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ $autoload['drivers'] = array();
|
| $autoload['helper'] = array('url', 'file');
*/
$autoload['helper'] = array();
$autoload['helper'] = array('url');
/*
| -------------------------------------------------------------------