aboutsummaryrefslogtreecommitdiffstats
path: root/view.php
diff options
context:
space:
mode:
authorSquibid <me@zacharyscheiman.com>2023-10-09 09:08:52 -0400
committerSquibid <me@zacharyscheiman.com>2023-10-09 09:08:52 -0400
commitef59ac4499e3bcac4578f363d8da0b11a67e17b1 (patch)
treef6d7b1e81306577c8a42b6d70b7a96cdbdaa2c8f /view.php
parent333a112ff6bf3341d20cdab61cbb83109df123a7 (diff)
downloadwallheaven-ef59ac4499e3bcac4578f363d8da0b11a67e17b1.tar.gz
wallheaven-ef59ac4499e3bcac4578f363d8da0b11a67e17b1.tar.bz2
wallheaven-ef59ac4499e3bcac4578f363d8da0b11a67e17b1.zip
make view better + add warning color css for previous commit
Diffstat (limited to 'view.php')
-rw-r--r--view.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/view.php b/view.php
index e2e5d69..47777d0 100644
--- a/view.php
+++ b/view.php
@@ -55,5 +55,13 @@
if ($_GET['p'] == "nsfw" && !$apikey)
printf("<p id='error'>Server doesn't have an apikey, cannot view image.</p>");
?>
+ <div>
+ <label>
+ <input type="checkbox">
+ <?php
+ printf("<img src='/proxy.php?i=%s'>\n", $_POST['wall']);
+ ?>
+ </label>
+ </div>
</div>
</div>