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

    r141 r143  
    2222 
    2323if (get('subpage') != '') { 
    24         include_once($root_path."includes/pages/gearth/gearth_".get('subpage').".php"); 
     24        include_once(ROOT_PATH."includes/pages/gearth/gearth_".get('subpage').".php"); 
    2525} else { 
    26         include_once($root_path."includes/pages/gearth/gearth_main.php"); 
     26        include_once(ROOT_PATH."includes/pages/gearth/gearth_main.php"); 
    2727} 
    2828 
Note: See TracChangeset for help on using the changeset viewer.