Escape error
This commit is contained in:
parent
bce27d7c2e
commit
c0d208b884
1 changed files with 1 additions and 1 deletions
2
api.php
2
api.php
|
@ -170,7 +170,7 @@ if (isset($error)) {
|
||||||
<p><i>
|
<p><i>
|
||||||
<?php
|
<?php
|
||||||
foreach ($video['error'] as $error) {
|
foreach ($video['error'] as $error) {
|
||||||
print $error;
|
print htmlspecialchars($error);
|
||||||
?>
|
?>
|
||||||
<br/>
|
<br/>
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in a new issue