From efc57512ac00dc59d4fb11a416298d1b575abc2c Mon Sep 17 00:00:00 2001 From: KasperRT Date: Fri, 10 Oct 2014 23:05:52 +0200 Subject: [PATCH] Made it less.. vulnerable... --- php/nochan.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/php/nochan.php b/php/nochan.php index 344a2884..8cc4287a 100755 --- a/php/nochan.php +++ b/php/nochan.php @@ -1,7 +1,8 @@ - ";} ?> + ";} ?>
Active Channels
- ".urldecode($channel)."";} ?> + ".htmlspecialchars(urldecode($channel))."";} ?>
- \ No newline at end of file +