JIVI MAINTANANCE WORK PENDING


"; echo "PLEASE TRY AGAIN AFTER 4:30pm
"; echo '
'; echo "S-O-R-R-Y :-("; exit; */ session_start (); $_title = "JIVI your AIT Student Portal!"; // ********************************************************************* // INCLUSION - ENVIRONMENT VARIABLES and CONSTANTS // ********************************************************************* include ("includes/colors.inc"); include ("includes/konstants.inc"); // ********************************************************************* // INCLUSION - ADODB LIBRARY & DATABASE CONNECTION // ********************************************************************* include ("includes/ado/adodb/adodb.inc.php"); // include ("includes/adodb-mysql.inc.php"); include ("includes/db_connect.inc"); // ********************************************************************* // INCLUSION - DOWNLOAD // ********************************************************************* include ("includes/other_functions.inc"); include ("includes/download.inc"); // ob_end_flush(); // ********************************************************************* // INCLUSION - PHP FUNCTIONS // ********************************************************************* include ("includes/environment.inc"); include ("includes/sessions.inc"); // ********************************************************************* // INCLUSION - ACTION // ********************************************************************* include ("includes/actions.inc"); // ********************************************************************* // INCLUSION - HTML HEADERS // ********************************************************************* include ("includes/heading.inc"); // ********************************************************************* // INCLUSION - JAVASCRIPT // ********************************************************************* include ("includes/js_functions.inc"); // ********************************************************************* // INCLUSION - DRAWS HEADING BAR // ********************************************************************* echo "
"; include ("includes/heading_bar.inc"); // ********************************************************************* // INCLUSION - ALLOWING USERS IN // ********************************************************************* include ("includes/rights_control.inc"); // check rights to access resource // ********************************************************************* // INCLUSION - IP CONFIGURATION FILE // ********************************************************************* include ("includes/internal_ip_conf.inc"); // file contains array of ip range returned by function ?>
"")): include ("menu.htm"); else: include ("login.htm"); endif; ?> Execute($query); if ($module_detail->RecordCount() > 0) { $title = strtoupper($module_detail->Fields('module_desc')); $mfile = $module_detail->Fields('module_file'); } else { $title = "WELCOME"; $mfile = "introduction.htm"; } echo frame_start (TEXT_BIGGER_PINK." $title".TEXT_END, COLOR_TEXT_NORMAL_WHITE, "", "", "center",'100%','100%'); include ($mfile); echo frame_end (); ?>