diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/index.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/public/index.php b/public/index.php index 418b7eea..c625c386 100644 --- a/public/index.php +++ b/public/index.php @@ -163,6 +163,4 @@ echo template_render('../templates/layout.html', array( 'locale' => $_SESSION['locale'] )); -counter(); - ?> |