aboutsummaryrefslogtreecommitdiff
path: root/app/class/Controllerpage.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/class/Controllerpage.php')
-rw-r--r--app/class/Controllerpage.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/class/Controllerpage.php b/app/class/Controllerpage.php
index 1eb4a3d..75ac6cf 100644
--- a/app/class/Controllerpage.php
+++ b/app/class/Controllerpage.php
@@ -156,6 +156,7 @@ class Controllerpage extends Controller
$filedir = Model::HTML_RENDER_DIR . $id . '.html';
if(file_exists($filedir)) {
$html = file_get_contents($filedir);
+ sleep($this->page->sleep());
echo $html;
} else {
echo 'Please render this page';