This commit is contained in:
=
2022-02-17 17:13:13 +01:00
parent 0ca2d03105
commit 3fbb69957d
7 changed files with 72 additions and 191 deletions

View File

@@ -127,13 +127,4 @@ function write_log($filePath, $sourceName, $absolutePath, $fileSize, $from = "We
$log = array_replace($logs, $log);
cache_write($logFileName, $log, 'logs');
*/
}
if (isset($_GET['auth'])) {
$checkAuth = md5($config['domain'] . $config['password']);
// 鉴权
if ($_GET['auth'] == $checkAuth) {
process_checkImg($_GET['img']);
}
}
}