Impossibilité d'upload avec token (pb d'username)
This commit is contained in:
parent
a1b5f1c576
commit
46bfb58b9c
|
@ -19,6 +19,10 @@
|
|||
*
|
||||
*/
|
||||
private static function simpleFile($prefix, $extension, $file){
|
||||
|
||||
// Si on est pas connecté, on retourne une erreur -> impossible via token
|
||||
if( !connected() ) return ManagerError::PermissionError;
|
||||
|
||||
/* [0] On formatte les entrées
|
||||
=========================================================*/
|
||||
$prefix = htmlspecialchars($prefix);
|
||||
|
|
Loading…
Reference in New Issue