This website works better with JavaScript
Home
Explore
Help
Sign In
tflucke
/
DominionWebsite
mirror of
https://github.com/tflucke/DominionWebsite.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
cb62a08041
Branches
Tags
master
DominionWebs...
/
scripts
/
debug.php
debug.php
67 B
History
Raw
1
2
3
4
<?php
ini_set('display_errors', 'On');
error_reporting(E_ALL);
?>