Browse Source

dementia moment

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

+ 1 - 1
lib/frontend.php

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