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

    r87 r143  
    2020 */ 
    2121 
    22 if (get('action') == 'restore') include_once($root_path."includes/pages/users/users_restore.php"); 
     22if (get('action') == 'restore') include_once(ROOT_PATH."includes/pages/users/users_restore.php"); 
    2323 
    2424class users { 
Note: See TracChangeset for help on using the changeset viewer.