diff options
author | 2010-02-11 20:17:46 -0700 | |
---|---|---|
committer | 2010-02-11 20:17:46 -0700 | |
commit | 32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b (patch) | |
tree | f9b8efa8def14998bc8f7a4fed123cc34c98f8db /inc.footer.php | |
parent | Zero (diff) | |
download | znurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.tar.gz znurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.tar.bz2 znurt-org-frontend-32a7a5f8d8b36ae6acb6e566ff3d371b7a145c4b.zip |
initial commit
Diffstat (limited to 'inc.footer.php')
-rw-r--r-- | inc.footer.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/inc.footer.php b/inc.footer.php new file mode 100644 index 0000000..607f0ff --- /dev/null +++ b/inc.footer.php @@ -0,0 +1,9 @@ +<? + if(!$nocache) { + + $data .= ob_get_contents(); + + $cache->save($data); + ob_end_flush(); + } +?>
\ No newline at end of file |