GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/MichaelMalz/CST1600/Schedule/ |
Upload File : |
<? // MichaelMalz/CST2274/Schedule/index.php $TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\n<ol>\n"; $title = 'Schedule'; ini_set('include_path',ini_get('include_path').PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']."/"); // Add the DOCUMENT_ROOT to the include_path. #$_timer = array(); #$_timer['script_started'] = microtime(1); require('application.phpinc'); if ( $title == 'Schedule' ) { $css .= ',schedule.css'; $js .= ',schedule.js'; $onload .= '|ScheduleCollapse'; } #$_timer['courseInfo'] = microtime(1); require('Course/courseInfo.phpinc'); require('Schedule/Schedule.phpinc'); $headTitle = '_CST_ - '.$courseNumber.' '.$courseTitle.' - '.$title; if ( isset($class['section']) ) { $pageTitle = $courseNumberTitle.'-'.$class['section'].' '.$courseTitle.'<br>'.$title; } else { $pageTitle = $courseNumberTitle.' '.$courseTitle.'<br>'.$title; } $pageMenu = 'Course/courseMenu.phpinc'; $css .= ',colorCode.css,html5test.css'; #$_timer['pageHeader'] = microtime(1); require('common/pageHeader.phpinc'); // Class information. #$_timer['classInfo'] = microtime(1); require('../classInfo.phpinc'); $sectionTitle = $title; #$_timer['sectionHeader'] = microtime(1); require('common/sectionHeader.phpinc'); $campus = array("Willmar","Hutchinson"); #if ( $_SESSION['userId'] == 1688 ) require('MichaelMalz/ScheduleCode.phpinc'); #$_timer['CST2274'] = microtime(1); // BEGIN include schecule. #d_Var("\$_SESSION['DIRECTORY_ROOT']",$_SESSION['DIRECTORY_ROOT'],'d'); $filetype = str_replace(' ','',$title); #d_Var('$filetype',$filetype,'d'); $filepath = dirname(__FILE__).DIRECTORY_SEPARATOR; #d_Var('$filepath',$filepath,'d'); $filename = $courseNumber.'_'.$filetype.'_'.$_SESSION['YRTR']['CURRENT_TYPE'].'.phpinc'; if(!file_exists($filepath.$filename)) { $filename = $courseNumber.'_'.$filetype.'.phpinc'; } #d_Var('$filename',$filename,'d'); if(file_exists($filepath.$filename)) { $includepathname = str_replace($_SESSION['DIRECTORY_ROOT'],'',$filepath.$filename); #d_Var('$includepathname',$includepathname,'d'); require($includepathname); } else { ?> <h2 class="error">Schedule not found. (file: <?=$filename?>)</h2> <? } // END include schecule. #$_timer['sectionFooter'] = microtime(1); require('common/sectionFooter.phpinc'); #$_timer['ReferencesResources_All'] = microtime(1); require('../../ReferencesResources_All.phpinc'); #$_timer['InstructorInformation_All'] = microtime(1); require('../../InstructorInformation_All.phpinc'); #$_timer['pageFooter'] = microtime(1); require('common/pageFooter.phpinc'); ?>