Guest User

Untitled

a guest
May 26th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. <?php
  2. echo ini_get('short_open_tag');
  3. ini_set('short_open_tag', 'Off');
  4. echo ini_get('short_open_tag');
Add Comment
Please, Sign In to add comment