diff options
author | Squibid <me@zacharyscheiman.com> | 2023-10-09 09:08:52 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-10-09 09:08:52 -0400 |
commit | ef59ac4499e3bcac4578f363d8da0b11a67e17b1 (patch) | |
tree | f6d7b1e81306577c8a42b6d70b7a96cdbdaa2c8f /view.php | |
parent | 333a112ff6bf3341d20cdab61cbb83109df123a7 (diff) | |
download | wallheaven-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.php | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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> |