Added Order Form and File

This commit is contained in:
Frank Schubert
2021-07-30 18:24:51 +02:00
parent 1ae970564f
commit ec0abff225
18 changed files with 1078 additions and 101 deletions

View File

@@ -45,7 +45,7 @@ class mfUpload {
}
}
public function getSavepath($path) {
public function getSavepath() {
return $this->savepath;
}