diff constants.inc @ 47:66382989353f

Extract baseDir only once. Function for generating cacheset. Added logger functionality. Removed hardcoded location for flagScript. BUGFIX: masterdocument was not added to the cacheset. BUGFIX: When two options existed next to eachother, the last was not read.
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Mon, 08 Oct 2012 17:35:08 +0200
parents 79f708a48a7c
children 2cfea6e84694
line wrap: on
line diff
--- a/constants.inc	Mon Oct 08 15:49:28 2012 +0200
+++ b/constants.inc	Mon Oct 08 17:35:08 2012 +0200
@@ -10,6 +10,9 @@
 define(MAX_RECURSE, 50);
 define(CACHING, 1);
 
+define(ABORT_ON_LOG, TRUE);
+
+
 if (DEBUG_LEVEL >= VERBOSITY_WARNING) {
   error_reporting(E_ALL);
   ini_set("display_errors", 1);