aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorAndreas Hubel2020-06-07 21:46:17 +0200
committerAndreas Hubel2020-06-07 21:50:55 +0200
commit433045f405b41ed7560769a8b65ca2ee77c9f876 (patch)
tree371f667331668130d1f417fc820da81d12cfd7ae /index.php
parenta66c79184091efdac09ee31a3778c6fc850dbbda (diff)
fix?
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 569a4b9..02fd136 100644
--- a/index.php
+++ b/index.php
@@ -70,7 +70,7 @@ try {
$route = rtrim($route, '/');
$GLOBALS['forceopen'] = isset($_GET['forceopen']);
- $GLOBALS['netcut'] = preg_match('@^relive/([0-9]+)/cut$@', $route);
+ $GLOBALS['netcut'] = preg_match('@/cut$@', $route);
// generic template