Files @ aa34ac34003f
Branch filter:

Location: SlatePermutate/errors.php

ethanzonca
Added page class to input.php, fixed up some stuff. Needs a cleanup, maybe move class.*.php files to inc/
1
2
3
4
5
6
7
8
<?php

#ini_set('display_errors', 1); 
# ini_set('log_errors', 1); 
# ini_set('error_log', '/home/nathang/public_html/scheduler/phperrors.log'); 
# error_reporting(E_ALL);

?>