summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2015-06-07 19:40:51 +0200
committerPhilip Häusler <msquare@notrademark.de>2015-06-07 19:40:51 +0200
commit45c8a68beba728d0e735bfc7e0426d3a532b2fa7 (patch)
tree0ca0bedec80b49366cc1c0f4b302bda052e3adc2 /public/index.php
parentc88b1adcfe6a3affd17158db3d26789cc3103864 (diff)
deleted counter function - never needed in the last 4 years
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php2
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();
-
?>