Project

General

Profile

Revision afe20e9f

Added by Jocelyn Delande about 9 years ago

Moved error handling and autoloading outside of the utils::init() (__autoload was not working actuallly)

View differences:

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'];

Also available in: Unified diff