Parent Directory
|
Revision Log
|
Patch
| Revision 1.3 by sysadm, Fri Apr 25 07:12:12 2025 UTC | Revision 1.4 by sysadm, Sun Apr 27 02:35:47 2025 UTC | |
|---|---|---|
| # | Line 496 | Line 496 |
| 496 | exit(json_encode($result_set)); | exit(json_encode($result_set)); |
| 497 | } | } |
| 498 | ||
| 499 | $ext = strtolower(substr($filename, (strrpos($filename, ".") ? strrpos($filename, ".") + 1 : 0))); | $ext = strtolower(pathinfo($filename, PATHINFO_EXTENSION)); |
| 500 | switch ($ext) | switch ($ext) |
| 501 | { | { |
| 502 | case "bmp": | case "bmp": |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |