Mercurial > SimpleWebPresenter
changeset 10:1ac66bef193a
Updated to new xml format.
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Sat, 21 May 2011 12:46:02 +0200 |
| parents | 350a8c63bd14 |
| children | ba6f0818018b |
| files | flag.php index.php |
| diffstat | 2 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flag.php Fri May 20 23:34:33 2011 +0200 +++ b/flag.php Sat May 21 12:46:02 2011 +0200 @@ -1,4 +1,6 @@ <?php +define(DEBUG,0); + include 'cache_check.inc'; include 'accept-language.inc';
--- a/index.php Fri May 20 23:34:33 2011 +0200 +++ b/index.php Sat May 21 12:46:02 2011 +0200 @@ -1,6 +1,7 @@ <?php define(DEBUG,0); define(MAX_RECURSE,50); +define(CACHING,0); if (DEBUG) { error_reporting(E_ALL); @@ -8,7 +9,9 @@ } +if(CACHING) { include 'php/cache_check.inc'; +} include 'php/accept-language.inc'; include 'php/filters.inc'; include 'php/common-functions.inc';
