Guest User

Untitled

a guest
Mar 4th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <?php
  2. echo ini_get('display_errors');
  3. if (!ini_get('display errors')) {
  4. ini_set('display_errors',1);
  5. }
  6. echo "Debug = ".ini_get('display_errors');
  7. $DB="i22eTammemae";
  8. $DB_Server="localhost";
  9. $DB_User="i3eDBuser";
  10. $DB_Password="";
  11. ?>
Add Comment
Please, Sign In to add comment