Changeset 1706

Show
Ignore:
Timestamp:
08/29/08 10:36:37 (3 months ago)
Author:
vollmerk
Message:

removing old gather messages util file to make debian happy

Location:
branches/3.4
Files:
1 removed
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.4/test.php

    r1528 r1706  
    4242switch ($_REQUEST['action']) {  
    4343        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 
    4454                require_once $prefix . '/templates/show_test_config.inc.php';  
    4555        break;