Browse Source

Update proxy error images

spaghetti 8 years ago
parent
commit
e7455a0e32

+ 1
- 1
image.php View File

@@ -16,7 +16,7 @@ if (!extension_loaded('gd')) {
16 16
 
17 17
 function img_error($Type) {
18 18
   header('Content-type: image/gif');
19
-  die(file_get_contents(SERVER_ROOT.'/sections/image/'.$Type.'.gif'));
19
+  die(file_get_contents(SERVER_ROOT.'/sections/image/err_imgs/'.$Type.'.png'));
20 20
 }
21 21
 
22 22
 function invisible($Image) {

BIN
sections/image/badprotocol.gif View File


BIN
sections/image/err_imgs/badprotocol.png View File


BIN
sections/image/err_imgs/forbidden.png View File


BIN
sections/image/err_imgs/invalid.png View File


BIN
sections/image/err_imgs/invisible.png View File


BIN
sections/image/err_imgs/nogd.png View File


BIN
sections/image/err_imgs/small.png View File


BIN
sections/image/err_imgs/timeout.png View File


BIN
sections/image/forbidden.gif View File


BIN
sections/image/invalid.gif View File


BIN
sections/image/invisible.gif View File


BIN
sections/image/nogd.gif View File


BIN
sections/image/small.gif View File


BIN
sections/image/timeout.gif View File


Loading…
Cancel
Save