Mercurial > SimpleWebPresenter
diff index.php @ 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 |
line wrap: on
line diff
--- 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';
