This development temporary hack got checked in by accident

This commit is contained in:
moodler 2005-02-25 11:24:55 +00:00
parent f2c485e388
commit 205baeb56a

View File

@ -7,7 +7,8 @@
/// THERE SHOULD BE NO NEED TO MODIFY THIS FILE!! USE CONFIG.PHP INSTEAD.
$lifetime = 0; // Seconds to cache this stylesheet
$lifetime = 600; // Seconds to cache this stylesheet
$nomoodlecookie = true; // Cookies prevent caching, so don't use them
require_once("../../config.php"); // Load up the Moodle libraries
$themename = basename(dirname(__FILE__)); // Name of the folder we are in
$forceconfig = optional_param('forceconfig', '', PARAM_FILE); // Get config from this theme