summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index a2916bf..832e77b 100644
--- a/index.php
+++ b/index.php
@@ -37,7 +37,7 @@
// Set up cache now.
$cache_addr = "cache/" . $current_page . ".cache";
- //maybe_use_cache($cache_addr);
+ maybe_use_cache($cache_addr);
ob_start();
?>