Changeset 1697
- Timestamp:
- 08/25/08 17:50:11 (3 months ago)
- Files:
-
- 1 modified
-
trunk/test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test.php
r1670 r1697 47 47 48 48 // On every load of the config file check and see if it's working now 49 if (count(parse_ini_file($configfile)) {49 if (count(parse_ini_file($configfile))) { 50 50 require_once $prefix . '/templates/show_test.inc.php'; 51 51 break;
