make view better + add warning color css for previous commit
This commit is contained in:
parent
333a112ff6
commit
ef59ac4499
2 changed files with 27 additions and 3 deletions
8
view.php
8
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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue