Finished up WebServer

This commit is contained in:
Finn
2025-12-12 21:16:13 +01:00
parent 4e8e8e3e82
commit 195bd58bea
16 changed files with 383 additions and 30 deletions

View File

@@ -1455,7 +1455,7 @@ session.trans_sid_tags = "a=href,area=href,frame=src,form="
; https://php.net/session.upload-progress.prefix
;session.upload_progress.prefix = "upload_progress_"
; The index name (concatenated with the prefix) in $_SESSION
; The org.openautonomousconnection.webserver.index name (concatenated with the prefix) in $_SESSION
; containing the upload progress information
; Default Value: "PHP_SESSION_UPLOAD_PROGRESS"
; Development Value: "PHP_SESSION_UPLOAD_PROGRESS"