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

    r1 r143  
    2020 */ 
    2121 
    22 if (get('subpage') != '') include_once($root_path."includes/pages/pickup/pickup_".get('subpage').".php"); 
     22if (get('subpage') != '') include_once(ROOT_PATH."includes/pages/pickup/pickup_".get('subpage').".php"); 
    2323 
    2424class pickup { 
Note: See TracChangeset for help on using the changeset viewer.