diff options
Diffstat (limited to 'app/class/controllerhome.php')
-rw-r--r-- | app/class/controllerhome.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/class/controllerhome.php b/app/class/controllerhome.php index 6932dfb..7691bab 100644 --- a/app/class/controllerhome.php +++ b/app/class/controllerhome.php @@ -77,6 +77,9 @@ class Controllerhome extends Controllerart } } + /** + * Render every pages in the database + */ public function renderall() { if ($this->user->iseditor()) { |