Changeset 143 for trunk/includes/pages/startup/startup.php
- Timestamp:
- 02/27/2006 12:50:42 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/includes/pages/startup/startup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/pages/startup/startup.php
r136 r143 29 29 30 30 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"); 33 32 return template($this->tpl, __FILE__); 34 33 }
Note: See TracChangeset
for help on using the changeset viewer.
