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/gmap/gmap.php

    r42 r143  
    2121 
    2222if (get('subpage') != '') { 
    23         include_once($root_path."includes/pages/gmap/gmap_".get('subpage').".php"); 
     23        include_once(ROOT_PATH."includes/pages/gmap/gmap_".get('subpage').".php"); 
    2424} else { 
    25         include_once($root_path."includes/pages/gmap/gmap_fullmap.php"); 
     25        include_once(ROOT_PATH."includes/pages/gmap/gmap_fullmap.php"); 
    2626} 
    2727 
Note: See TracChangeset for help on using the changeset viewer.