Changeset 1706
- Timestamp:
- 08/29/08 10:36:37 (3 months ago)
- Location:
- branches/3.4
- Files:
-
- 1 removed
- 1 modified
-
locale/base/gather-messages.sh (deleted)
-
test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.4/test.php
r1528 r1706 42 42 switch ($_REQUEST['action']) { 43 43 case 'config': 44 $ampache_path = dirname(__FILE__); 45 $prefix = realpath($ampache_path . "/../"); 46 $configfile = "$prefix/config/ampache.cfg.php"; 47 48 // On every load of the config file check and see if it's working now 49 if (count(parse_ini_file($configfile)) { 50 require_once $prefix . '/templates/show_test.inc.php'; 51 break; 52 } 53 44 54 require_once $prefix . '/templates/show_test_config.inc.php'; 45 55 break;
