diff --git a/index.php b/index.php index a2a6a32..0dab37a 100644 --- a/index.php +++ b/index.php @@ -79,6 +79,10 @@ $url = 'https://sketchfab.com/search?q=' . $query . $rights; break; + case "imagesofempowerment": + $url = 'https://www.imagesofempowerment.org/?s=' . $query; + break; + case "googleimg": $url = 'https://www.google.com/search?site=imghp&tbm=isch&q='; @@ -295,147 +299,168 @@ function get_http_security () {