Révision afe20e9f
Ajouté par Jocelyn Delande il y a presque 11 ans
class/site_point.class.php | ||
---|---|---|
1 | 1 |
<?php |
2 | 2 |
require_once(dirname(__FILE__).'/../constants.inc.php'); |
3 | 3 |
require_once(dirname(__FILE__).'/utils.class.php'); |
4 |
utils::init(); |
|
5 | 4 |
// |
6 | 5 |
class PanoramaFormatException extends Exception { |
7 | 6 |
/** If the files organization is not correct for a panorama, we can't let it go... |
Formats disponibles : Unified diff
Moved error handling and autoloading outside of the utils::init() (__autoload was not working actuallly)