From 433045f405b41ed7560769a8b65ca2ee77c9f876 Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Sun, 7 Jun 2020 21:46:17 +0200 Subject: fix? --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') 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 -- cgit v1.2.3