Changes some icons.
Before Width: | Height: | Size: 618 B |
Before Width: | Height: | Size: 431 B |
Before Width: | Height: | Size: 494 B After Width: | Height: | Size: 494 B |
BIN
src/_h5ai/client/icons/16x16/folder-parent-1.png
Normal file
After Width: | Height: | Size: 621 B |
Before Width: | Height: | Size: 621 B After Width: | Height: | Size: 326 B |
Before Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 1.5 KiB |
BIN
src/_h5ai/client/icons/48x48/folder-parent-0.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 519 B |
|
@ -150,14 +150,17 @@ class App {
|
|||
}
|
||||
}
|
||||
|
||||
$rc = 200;
|
||||
ob_start();
|
||||
try {
|
||||
$res = json_decode(file_get_contents($this->prot_host . $abs_href . '?version'));
|
||||
if ($res->version === '{{pkg.version}}' && $res->href === $this->app_abs_href) {
|
||||
return App::$MAGIC_SEQUENCE;
|
||||
$rc = App::$MAGIC_SEQUENCE;
|
||||
}
|
||||
} catch (Exception $e) {}
|
||||
ob_end_clean();
|
||||
|
||||
return 200;
|
||||
return $rc;
|
||||
}
|
||||
|
||||
|
||||
|
|