diff --git a/public_html/image.php b/public_html/image.php deleted file mode 100644 index 1d76fd76..00000000 --- a/public_html/image.php +++ /dev/null @@ -1,39 +0,0 @@ - image); + if (is_file($img_path)) { + dumpFile($img_path); + } + LSurl :: error_404($request); +} +LSurl :: add_handler('#^image/(?P[^/]+)$#', 'handle_image', false);