Changeset 1726 for trunk/test.php

Show
Ignore:
Timestamp:
08/30/08 23:28:16 (4 months ago)
Author:
vollmerk
Message:

fix wrong prefix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/test.php

    r1697 r1726  
    4242switch ($_REQUEST['action']) {  
    4343        case 'config':  
    44                 $ampache_path = dirname(__FILE__); 
    45                 $prefix = realpath($ampache_path . "/../"); 
    4644                $configfile = "$prefix/config/ampache.cfg.php"; 
    4745