Viewing File: /home/cienp/public_html/portal/index.php

<?php

    header('Content-type: text/html; charset=ISO-8859-1');

    session_start();
    if (empty($_SESSION[admn_cien])) {
        if ($_GET['logout'] == 's') {
            HEADER("Location:login.php?logout=s");
        } else {
            HEADER("Location:login.php");
        }
    } else {
        HEADER("Location:index1.php");
    }
?>
Back to Directory File Manager