cedric pushed a commit to branch master. http://git.enlightenment.org/website/www.git/commit/?id=803807646781fe73080a48e5b602de7d5cc416bb
commit 803807646781fe73080a48e5b602de7d5cc416bb Author: Cedric BAIL <[email protected]> Date: Tue Nov 14 14:50:13 2017 -0800 ss: per okra suggestion, "Report" is more self explanatory. --- public_html/ss/display.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public_html/ss/display.php b/public_html/ss/display.php index 7bc3f217..063fe3eb 100644 --- a/public_html/ss/display.php +++ b/public_html/ss/display.php @@ -36,11 +36,12 @@ $head = true; } +print get_ip() ; if ($head == $auth || get_ip() == "140.211.167.168") { print "<span><a href=remove.php?image=" . $img . ">Remove content</a></span>\n"; } - print "<span><a href=ban.php?image=" . $img . ">Alert content</a></span>\n"; + print "<span><a href=ban.php?image=" . $img . ">Report content</a></span>\n"; print "<a href=http://www.enlightenment.org/ss/" . $img . ">"; print "<img src=" . $img . " border=1>"; --
