Parent Directory
|
Revision Log
|
Patch
| Revision 1.1 by sysadm, Wed Apr 23 05:56:10 2025 UTC | Revision 1.2 by sysadm, Sun Apr 27 02:35:47 2025 UTC | |
|---|---|---|
| # | Line 133 | Line 133 |
| 133 | exit(json_encode($result_set)); | exit(json_encode($result_set)); |
| 134 | } | } |
| 135 | ||
| 136 | $ext = strtolower(substr($filename, (strrpos($filename, ".") ? strrpos($filename, ".") + 1 : 0))); | $ext = strtolower(pathinfo($filename, PATHINFO_EXTENSION)); |
| 137 | switch ($ext) | switch ($ext) |
| 138 | { | { |
| 139 | case "bmp": | case "bmp": |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |