Projet

Général

Profil

Révision 9f05628b

Ajouté par Jocelyn Dealande il y a plus de 9 ans

moved the ref_points path to a constant.

Voir les différences:

panorama.php
95 95
   }
96 96

  
97 97
   $ref_points = array ();
98
   $ref_points_filename = 'ref_points.local.php';
99
   if (file_exists($ref_points_filename)) {
100
     include $ref_points_filename;
98
   if (file_exists(REF_POINTS_PATH)) {
99
     include REF_POINTS_PATH;
101 100
   }
102 101
   $extra_names = array();
103 102
   $ref_names = array();

Formats disponibles : Unified diff