Browse Source

Update rsssubadd.php (#93)

AlexanderDCrane 6 năm trước cách đây
mục cha
commit
c3183786c9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      content/rsssubadd.php

+ 2 - 2
content/rsssubadd.php

@@ -152,7 +152,7 @@ if (count($_POST)>0) {
 	//echo "	<td><textarea name='example'></textarea></td>";
 	//echo "	</tr>";    echo "	<tr>";
 	echo "		<td colspan='2' align='right'>";
-	echo "		    <input type='hidden' name='rss_uuid' value='$rss_uuid'>";
+	echo "		    <input type='hidden' name='rss_uuid' value='".escape($rss_uuid)."'>";
 	echo "			<br><br>";
 	echo "          <input type='submit' name='submit' class='btn' value='".$text['button-add-title']."'>";
 	echo "      </td>";
@@ -163,4 +163,4 @@ if (count($_POST)>0) {
 
 //show the footer
 	require_once "resources/footer.php";
-?>
+?>