aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndreas Hubel2020-06-07 23:06:27 +0200
committerAndreas Hubel2020-06-07 23:22:57 +0200
commit71a9c867d101d9341b2e5a0b642d3b510c740a63 (patch)
treef6a0d136c6772e1c228b7127b2a7418d72ef5cfe /index.php
parent9fd02c1bfbf7d883b6351b0e0522e51b7cdfd1cf (diff)
netcut: bugfix / optimization
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.php b/index.php
index 02fd136..b109937 100644
--- a/index.php
+++ b/index.php
@@ -70,8 +70,6 @@ try {
$route = rtrim($route, '/');
$GLOBALS['forceopen'] = isset($_GET['forceopen']);
- $GLOBALS['netcut'] = preg_match('@/cut$@', $route);
-
// generic template
$tpl = new PhpTemplate('template/page.phtml');