You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-16 11:53:58 +08:00
v2.5.1
This commit is contained in:
@@ -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']);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user