Révision afe20e9f
Ajouté par Jocelyn Delande il y a presque 11 ans
index.php | ||
---|---|---|
15 | 15 |
require_once 'class/utils.class.php'; |
16 | 16 |
require_once 'constants.inc.php'; |
17 | 17 |
require_once('class/site_point.class.php'); |
18 |
utils::init(); |
|
19 | 18 |
|
20 | 19 |
if(isset($_GET['dir']) && is_dir($_GET['dir'])) { |
21 | 20 |
$base_dir = $_GET['dir']; |
Formats disponibles : Unified diff
Moved error handling and autoloading outside of the utils::init() (__autoload was not working actuallly)