Projet

Général

Profil

Révision eb537a36

Ajouté par Jocelyn Delande il y a plus de 10 ans

small fixes arround site_point::get_all() usage

Voir les différences:

index.php
14 14
      <?php
15 15
require_once 'class/utils.class.php';
16 16
require_once 'constants.inc.php';
17
require_once('class/site_point.class.php');
17 18
utils::init();
18 19

  
19 20
if(isset($_GET['dir']) && is_dir($_GET['dir'])) {
......
24 25

  
25 26
$dir = new sites_dir($base_dir);
26 27
try {
27
  $sites_list = $dir->get_sites();
28
  $sites_list = site_point::get_all();
28 29

  
29 30
  echo "<ul id=\"pano-list\">\n";
30 31

  

Formats disponibles : Unified diff