escape ampersand
This commit is contained in:
parent
7595d6b660
commit
16adc1ff05
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
$params = '?v=' . urlencode($_GET['v']) . '&t=' . urlencode($_GET['t']);
|
$params = '?v=' . urlencode($_GET['v']) . '&t=' . urlencode($_GET['t']);
|
||||||
$loop = ($_GET['loop'] != "0");
|
$loop = ($_GET['loop'] != "0");
|
||||||
?><!DOCTYPE html>
|
?><!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
Loading…
Reference in New Issue
Block a user