Browse Source

i always forget the fucking .php

lolcat 2 năm trước cách đây
mục cha
commit
d90d81662a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lib/frontend.php

+ 1 - 1
lib/frontend.php

@@ -1323,7 +1323,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){