temp removing chanbug

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-13 12:05:23 +01:00
parent 38b3a15176
commit 4ca0561b5a
2 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,10 @@
<?php
if(isset($_GET['chan'])) header('Location: '.$_GET['chan']);
$list = explode("/", htmlspecialchars(strtolower($_SERVER["REQUEST_URI"])));
if($list[1]==""||!isset($list[1])||count($list)<=1){$list="";include('php/nochan.php');die();}
else $list=$list[1];
/*
if(isset($_GET['chan'])) header('Location: '.$_GET['chan']);
$list = explode("/", htmlspecialchars(strtolower($_SERVER["REQUEST_URI"])));
if($list[1]==""||!isset($list[1])||count($list)<=1){$list="";include('php/nochan.php');die();}
@@ -6,7 +12,7 @@
header('Location: ../'.preg_replace('/[^\da-z]/i', '', urldecode($list[1])));
exit;
}
else $list=$list[1];
else $list=$list[1];*/
?>
<html xmlns="http://www.w3.org/1999/xhtml"