Allow more parameters to be passed in environment

This commit is contained in:
nemunaire 2024-01-18 11:15:39 +01:00
parent 48fe1e7711
commit afcc7f2de0
3 changed files with 106 additions and 37 deletions

View file

@ -9,7 +9,7 @@ import (
"path"
)
var SubmissionDir string
var SubmissionDir = "./submissions/"
var TmpSubmissionDir string
func saveTeamFile(p string, w http.ResponseWriter, r *http.Request) bool {