Initial commit Change-Id: I0000000000000000000000000000000000000000

This commit is contained in:
2012-02-05 16:40:26 -05:00
commit 70806096b6
73 changed files with 22457 additions and 0 deletions

11
classes/conf.php Executable file
View File

@@ -0,0 +1,11 @@
<?php
define('DB_HOST', '127.0.0.1');
define('DB_USER', 'exceptionuser');
define('DB_PASSWORD', '#xCeption');
define('DB_DATABASE', 'exceptions_testing');
define('COMPANY_NAME', 'Twenty Codes, LLC');
define('EMAIL', 'twentycodes@gmail.com');
define('MAP_LOCATION', '/exceptionhandler/maps/');
define('REPORT_URL', 'http://powers.doesntexist.com:666/testing/index.php?report=');
?>