Initial commit
This commit is contained in:
23
_old/version_2/php/inc_constants.php
Executable file
23
_old/version_2/php/inc_constants.php
Executable file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
#####################################################
|
||||
# #
|
||||
# written by benjamin ramey #
|
||||
# ben.ramey@gmail.com #
|
||||
# #
|
||||
# This file contains: #
|
||||
# constants #
|
||||
# #
|
||||
#####################################################################################################
|
||||
# CODE # COMMENTS #
|
||||
#####################################################################################################
|
||||
# style: all caps, underscores
|
||||
# prefix: k
|
||||
##################################################### CONSTANTS
|
||||
define('kDEBUG',false); # toggles debugging messages throughout code
|
||||
define('kERROR_LEVEL','low'); # level of error reporting:
|
||||
# none = no error reporting
|
||||
# high = only high priority errors
|
||||
# medium = medium and higher priority errors
|
||||
# low = low and higher priority errors
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user