diff options
author | Philip Häusler <msquare@notrademark.de> | 2015-06-07 19:40:51 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2015-06-07 19:40:51 +0200 |
commit | 45c8a68beba728d0e735bfc7e0426d3a532b2fa7 (patch) | |
tree | 0ca0bedec80b49366cc1c0f4b302bda052e3adc2 /public/index.php | |
parent | c88b1adcfe6a3affd17158db3d26789cc3103864 (diff) |
deleted counter function - never needed in the last 4 years
Diffstat (limited to 'public/index.php')
-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(); - ?> |