修改配置

This commit is contained in:
lccsw
2025-12-01 14:34:41 +08:00
parent 5e8413fb87
commit b26c2f2069
2 changed files with 14 additions and 2 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
defined('BASEPATH') or exit('No direct script access allowed');
/*
| -------------------------------------------------------------------
@@ -89,7 +89,7 @@ $autoload['drivers'] = array();
|
| $autoload['helper'] = array('url', 'file');
*/
$autoload['helper'] = array('comm', 'url', 'array','order');
$autoload['helper'] = array('comm', 'url', 'array', 'order', 'authorization');
/*
| -------------------------------------------------------------------