Allow more parameters to be passed in environment
This commit is contained in:
parent
48fe1e7711
commit
afcc7f2de0
3 changed files with 106 additions and 37 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue