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:

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...

Also available in: Unified diff