diff options
author | Andreas Hubel | 2020-06-07 23:06:27 +0200 |
---|---|---|
committer | Andreas Hubel | 2020-06-07 23:22:57 +0200 |
commit | 71a9c867d101d9341b2e5a0b642d3b510c740a63 (patch) | |
tree | f6a0d136c6772e1c228b7127b2a7418d72ef5cfe /index.php | |
parent | 9fd02c1bfbf7d883b6351b0e0522e51b7cdfd1cf (diff) |
netcut: bugfix / optimization
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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'); |