Ejemplo n.º 1
0
function net2ftp_module_sendHttpHeaders()
{
    // --------------
    // This function sends HTTP headers
    // --------------
    //	global $net2ftp_settings, $net2ftp_globals, $net2ftp_messages, $net2ftp_result;
    // -------------------------------------------------------------------------
    // Check Admin username and password
    // Redirect to the login_small page if needed
    // -------------------------------------------------------------------------
    checkAdminUsernamePassword();
}
Ejemplo n.º 2
0
function net2ftp_module_sendHttpHeaders()
{
    // --------------
    // This function sends HTTP headers
    // --------------
    //	global $net2ftp_settings, $net2ftp_globals, $net2ftp_messages, $net2ftp_result;
    // -------------------------------------------------------------------------
    // Check Admin username and password
    // Redirect to the login_small page if needed
    // -------------------------------------------------------------------------
    checkAdminUsernamePassword();
    // -------------------------------------------------------------------------
    // Send XHTML header
    // -------------------------------------------------------------------------
    //	header("Content-type: application/xhtml+xml; charset=" . __("iso-8859-1"));
}