Browse Source

remove .php

lolcat 3 years ago
parent
commit
bcc6ce58b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/frontend.php

+ 1 - 1
lib/frontend.php

@@ -1287,7 +1287,7 @@ class frontend{
 			return htmlspecialchars($image);
 		}
 		
-		return "/proxy.php?i=" . urlencode($image) . "&s=" . $format;
+		return "/proxy?i=" . urlencode($image) . "&s=" . $format;
 	}
 	
 	public function htmlnextpage($gets, $npt, $page){