diff --git a/common.php b/common.php index 827d362..32d0a37 100644 --- a/common.php +++ b/common.php @@ -21,7 +21,7 @@ $EnvConfigs = [ 'admin' => 0b000, 'adminloginpage' => 0b010, - //'autoJumpFirstDisk' => 0b010, + 'autoJumpFirstDisk' => 0b010, 'background' => 0b011, 'backgroundm' => 0b011, 'disableShowThumb' => 0b010, @@ -270,7 +270,7 @@ function main($path) // return a json return output(json_encode($files), 200, ['Content-Type' => 'application/json']); } - //if (getConfig('autoJumpFirstDisk')) return output('', 302, [ 'Location' => path_format($_SERVER['base_path'].'/'.$disktags[0].'/') ]); + if (getConfig('autoJumpFirstDisk')) return output('', 302, [ 'Location' => path_format($_SERVER['base_path'].'/'.$disktags[0].'/') ]); } else { $_SERVER['disktag'] = splitfirst( substr(path_format($path), 1), '/' )[0]; //$pos = strpos($path, '/'); diff --git a/theme/classic.html b/theme/classic.html index 9f6b90f..94273f7 100644 --- a/theme/classic.html +++ b/theme/classic.html @@ -107,7 +107,6 @@

-
@@ -121,7 +120,6 @@
--->
@@ -652,7 +650,6 @@ } - var $head = document.getElementById('head'); if ($head) { @@ -666,6 +663,7 @@ $readme.innerHTML = marked(document.getElementById('readme-md').innerText); } + function showthumbnails(obj) { images = [];