diff --git a/404.html b/404.html new file mode 100644 index 0000000..c764cf0 --- /dev/null +++ b/404.html @@ -0,0 +1,29 @@ + + +
+ + + +""
-
- Full path:
- File
- size: = 1000): ?> ()
-
- MIME-type:
-
- Files in archive:
- Total size:
- Size in archive:
- Compression: %
- ';
- }
- // Text info
- if ($is_text) {
- $is_utf8 = fm_is_utf8($content);
- if (function_exists('iconv')) {
- if (!$is_utf8) {
- $content = iconv(FM_ICONV_INPUT_ENC, 'UTF-8//IGNORE', $content);
- }
- }
- echo 'Charset: ' . ($is_utf8 ? 'utf-8' : '8 bit') . '
';
- }
- ?>
-
';
- foreach ($filenames as $fn) {
- if ($fn['folder']) {
- echo '' . fm_enc($fn['name']) . '
';
- } else {
- echo $fn['name'] . ' (' . fm_get_filesize($fn['filesize']) . ')
';
- }
- }
- echo '
';
- } else {
- echo 'Error while fetching archive info
'; - } - } elseif ($is_image) { - // Image content - if (in_array($ext, array('gif', 'jpg', 'jpeg', 'png', 'bmp', 'ico', 'svg'))) { - echo '' . fm_enc($content) . '
';
- } elseif (in_array($ext, array('php', 'php4', 'php5', 'phtml', 'phps'))) {
- // php highlight
- $content = highlight_string($content, true);
- } else {
- $content = '' . fm_enc($content) . ''; - } - echo $content; - } - ?> -
- Full path:
-
""
+
+ Full path:
+ File
+ size: = 1000): ?> ()
+
+ MIME-type:
+
+ Files in archive:
+ Total size:
+ Size in archive:
+ Compression: %
+ ';
+ }
+ // Text info
+ if ($is_text) {
+ $is_utf8 = fm_is_utf8($content);
+ if (function_exists('iconv')) {
+ if (!$is_utf8) {
+ $content = iconv(FM_ICONV_INPUT_ENC, 'UTF-8//IGNORE', $content);
+ }
+ }
+ echo 'Charset: ' . ($is_utf8 ? 'utf-8' : '8 bit') . '
';
+ }
+ ?>
+
';
+ foreach ($filenames as $fn) {
+ if ($fn['folder']) {
+ echo '' . fm_enc($fn['name']) . '
';
+ } else {
+ echo $fn['name'] . ' (' . fm_get_filesize($fn['filesize']) . ')
';
+ }
+ }
+ echo '
';
+ } else {
+ echo 'Error while fetching archive info
'; + } + } elseif ($is_image) { + // Image content + if (in_array($ext, array('gif', 'jpg', 'jpeg', 'png', 'bmp', 'ico', 'svg'))) { + echo '' . fm_enc($content) . '
';
+ } elseif (in_array($ext, array('php', 'php4', 'php5', 'phtml', 'phps'))) {
+ // php highlight
+ $content = highlight_string($content, true);
+ } else {
+ $content = '' . fm_enc($content) . ''; + } + echo $content; + } + ?> +
+ Full path:
+