check platform

This commit is contained in:
root
2023-05-12 15:21:25 +00:00
parent bb7c865cc3
commit 37d2697096
10 changed files with 49 additions and 30 deletions
-1
View File
@@ -75,7 +75,6 @@ function GetPathSetting($event, $context)
$_SERVER['HTTP_TRANSLATE'] = $event['headers']['translate'];//'f'
$_SERVER['HTTP_IF_MODIFIED_SINCE'] = $event['headers']['if-modified-since'];
$_SERVER['REQUEST_METHOD'] = $event['httpMethod'];
$_SERVER['RUNTIME_LOG_PATH'] = '/home/snuser/log';
return $path;
}