Révision afe20e9f
Ajouté par Jocelyn Delande il y a presque 11 ans
panorama.php | ||
---|---|---|
4 | 4 |
<?php |
5 | 5 |
require 'class/utils.class.php'; |
6 | 6 |
require_once 'constants.inc.php'; |
7 |
utils::init(); |
|
8 | 7 |
|
9 | 8 |
$form_extpoint = file_get_contents('html/form_extpoint.html'); |
10 | 9 |
|
Formats disponibles : Unified diff
Moved error handling and autoloading outside of the utils::init() (__autoload was not working actuallly)