summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemy <relst@relst.nl>2015-03-15 14:57:31 +0100
committerRemy <relst@relst.nl>2015-03-15 14:57:31 +0100
commit523bcab6bb07f040951d91578f6018562c960551 (patch)
tree297d76141ffc1cfe6a0df800bfd004bedc6820ea
parentaaded06b95a98c9db6a02f65fde13103e8d1ea28 (diff)
downloadssl-decoder-523bcab6bb07f040951d91578f6018562c960551.zip
ssl-decoder-523bcab6bb07f040951d91578f6018562c960551.tar.gz
ssl-decoder-523bcab6bb07f040951d91578f6018562c960551.tar.bz2
caching
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 4d53283..0f2728a 100644
--- a/index.php
+++ b/index.php
@@ -166,7 +166,7 @@ foreach (glob("functions/*.php") as $filename) {
</div>
<?php
// set back to 1 after debugging
- $write_cache = 0;
+ $write_cache = 1;
if (!is_dir('results')) {
mkdir('results');
}