X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=photo-tags.git;a=blobdiff_plain;f=index.php;h=4a7bdf48720a6b629bb03ca0b29d027bf0112ea3;hp=5f045433d197bff0dca0c7a0c4ca2803b9605271;hb=26ae9884808f0613d35268818a3b0cd7ed247872;hpb=9d77827195a8057746842bfa307d550d04ed02f9 diff --git a/index.php b/index.php index 5f04543..4a7bdf4 100644 --- a/index.php +++ b/index.php @@ -14,6 +14,11 @@ if(isset($_REQUEST["page"])) else $page = 1; +if(isset($_REQUEST["tag"])) + $tags = htmlentities($_REQUEST["tag"]); +else + $tags = ""; + ?> <?php echo htmlspecialchars($title) ?> @@ -31,6 +36,15 @@ else +
+
+ Tags: + + +
+
+ +