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

    r136 r143  
    2929         
    3030        function output() { 
    31                 global $root_path; 
    32                 if (file_exists($root_path."config/startup.html")) $this->tpl['startup_html'] = file_get_contents($root_path."config/startup.html"); 
     31                if (file_exists(ROOT_PATH."config/startup.html")) $this->tpl['startup_html'] = file_get_contents(ROOT_PATH."config/startup.html"); 
    3332                return template($this->tpl, __FILE__); 
    3433        } 
Note: See TracChangeset for help on using the changeset viewer.