aboutsummaryrefslogtreecommitdiffstats
path: root/include/constants.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants.php')
-rw-r--r--include/constants.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/constants.php b/include/constants.php
index b2c75a895..473bacfdc 100644
--- a/include/constants.php
+++ b/include/constants.php
@@ -25,8 +25,6 @@
// | USA. |
// +-----------------------------------------------------------------------+
-define( 'PREFIX_INCLUDE', '' );
-
// Debug Level
define('DEBUG', 1); // Debugging on
//define('DEBUG', 0); // Debugging off
@@ -37,10 +35,6 @@ define('GENERAL_ERROR', 202);
define('CRITICAL_MESSAGE', 203);
define('CRITICAL_ERROR', 204);
-// xml tags
-define( 'ATT_REG', '\w+' );
-define( 'VAL_REG', '[^"]*' );
-
// Table names
define('CATEGORIES_TABLE', $table_prefix.'categories');
define('COMMENTS_TABLE', $table_prefix.'comments');