try fix : getenv(null)

This commit is contained in:
qkqpttgf
2022-01-20 22:08:04 +08:00
committed by GitHub
parent c5e7cabe09
commit be58a17328
+1
View File
@@ -222,6 +222,7 @@ function main($path)
return output('Please visit <a href="' . $tmp . '">' . $tmp . '</a>.', 301, [ 'Location' => $tmp ]);
}
if ($_SERVER['admin']) {
$_SERVER['disktag'] = '';
if (!class_exists($_GET['AddDisk'])) require 'disk' . $slash . $_GET['AddDisk'] . '.php';
$drive = new $_GET['AddDisk']($_GET['disktag']);
return $drive->AddDisk();