mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-11-04 23:22:33 +01:00
Redesign du site
This commit is contained in:
@@ -33,8 +33,8 @@ class SaveSynthesis
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
$this->file = $_FILES["document"];
|
||||
$this->dest = DestType::fromName(strtoupper(htmlspecialchars($_POST["problem"])));
|
||||
$this->file = $_FILES["synthese"];
|
||||
$this->dest = DestType::fromName(strtoupper(htmlspecialchars($_POST["dest"])));
|
||||
}
|
||||
|
||||
public function makeVerifications()
|
||||
|
||||
Reference in New Issue
Block a user