*
 */
 
    require_once ("config.php");
    require_once ("base.php");
    
    header ("Content-Type:text/html; charset=UTF-8");
    
    $err = getURLParam ("err", -1);
    $error = NULL;
    switch ($err) {
        case 1 :
            $error = "Database error";
            break;
    }
?>
    
    COPS Configuration Check
    
    
    
    
        
        
            You've been redirected because COPS is not configured properly
            
        
        
        
            Check if GD is properly installed and loaded
            
            
            
        
        
            Check if MySQL is properly installed and loaded
            
            
            
        
        
            Check if libxml is properly installed and loaded
            
            
            
        
        
            Check if database can be opened with PHP