Guest User

Untitled

a guest
Mar 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php
  2.  
  3. namespace pupils;
  4.  
  5. class StudyGroupPupilsApi {
  6. function __construct() {
  7. ini_set('display_errors', 1);
  8. error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT);
  9. if (isset($_GET['target']) && '' != $_GET['target']) {
  10. die(" 10 \n");
  11. } else {
  12. die(" 12 \n");
  13. }
  14. }
  15. }
  16. new StudyGroupPupilsApi();
Add Comment
Please, Sign In to add comment