Changeset 1726 for trunk/test.php
- Timestamp:
- 08/30/08 23:28:16 (4 months ago)
- Files:
-
- 1 modified
-
trunk/test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test.php
r1697 r1726 42 42 switch ($_REQUEST['action']) { 43 43 case 'config': 44 $ampache_path = dirname(__FILE__);45 $prefix = realpath($ampache_path . "/../");46 44 $configfile = "$prefix/config/ampache.cfg.php"; 47 45
