Ignore:
Timestamp:
02/27/2006 12:50:42 AM (6 years ago)
Author:
cirrus
Message:

Change: $root_path variable was changed to a constant due to possible security issues.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/pages/nodes/nodes_view.php

    r140 r143  
    2020 */ 
    2121 
    22 include_once($root_path.'globals/classes/geocalc.php'); 
     22include_once(ROOT_PATH.'globals/classes/geocalc.php'); 
    2323$geocalc = new geocalc(); 
    2424 
    25 include_once($root_path.'globals/classes/srtm.php'); 
     25include_once(ROOT_PATH.'globals/classes/srtm.php'); 
    2626$srtm = new srtm($vars['srtm']['path']); 
    2727 
Note: See TracChangeset for help on using the changeset viewer.