aboutsummaryrefslogtreecommitdiffstats
path: root/view.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-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>