initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:57:21 -06:00
commit fd8ad64063
22097 changed files with 1960930 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<?php
#########################################################
# #
# Useful constants #
# written by benjamin ramey #
# bsr@rameydesign.net #
# #
# best viewed with: #
# resolution = 1280x960 #
# tab = 4 spaces #
# indent = 8 spaces #
# #
# #
# DEPENDENCIES #
# none #
# #
########################################################## CONSTANTS
# prefix => k, style => all caps
define('kDEBUG',false); // whether debugging should be turned on or not
define('kDEVSERVER',false); // whether i'm working on the dev server or not
define('kERROR_LEVEL','ALL');
?>