Show
Ignore:
Timestamp:
06/04/08 01:37:02 (6 months ago)
Author:
rats
Message:

* Updated net2ftp to version 0.97
* Updated SquirrelMail to version 1.4.15

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gui/tools/filemanager/index.php

    r1163 r1198  
    3737// ------------------------------------------------------------------------ 
    3838net2ftp("sendHttpHeaders"); 
     39if ($net2ftp_result["success"] == false) { 
     40        require_once("./skins/omega/error.template.php"); 
     41        exit(); 
     42} 
    3943 
    4044// <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
     
    5155<?php net2ftp("printCss"); ?> 
    5256</head> 
    53 <body onload="<?php net2ftp("printBodyonload"); ?>"> 
     57<body onload="<?php net2ftp("printBodyOnload"); ?>"> 
    5458 
    5559<?php net2ftp("printBody"); ?>