mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
This development temporary hack got checked in by accident
This commit is contained in:
parent
f2c485e388
commit
205baeb56a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user