Révision afe20e9f
Ajouté par Jocelyn Delande il y a presque 11 ans
creerPano.php | ||
---|---|---|
13 | 13 |
<h2>Liste des images transformables en panoramas</h2> |
14 | 14 |
<?php |
15 | 15 |
require 'class/utils.class.php'; |
16 |
utils::init(); |
|
17 | 16 |
|
18 | 17 |
if(isset($_GET['dir']) && is_dir($_GET['dir'])) { |
19 | 18 |
$base_dir = $_GET['dir']; |
Formats disponibles : Unified diff
Moved error handling and autoloading outside of the utils::init() (__autoload was not working actuallly)