Last active
March 15, 2018 06:49
-
-
Save piiskop/f7a7e295445d7759ead84a4f994955cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace pupils; | |
| class StudyGroupPupilsApi { | |
| function __construct() { | |
| ini_set('display_errors', 1); | |
| error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT); | |
| if (isset($_GET['target']) && '' != $_GET['target']) { | |
| die(" 10 \n"); | |
| } else { | |
| die(" 12 \n"); | |
| } | |
| } | |
| } | |
| new StudyGroupPupilsApi(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment