Maintenant, tout dans le executor.php. Fin de tempPreMega.

Ajout d'un super simulateur de tours de Monoï dans la page 404.
This commit is contained in:
Mysaa
2021-06-06 12:48:11 +02:00
parent 228f54d140
commit 38ec48c9fc
55 changed files with 1853 additions and 1042 deletions
+7 -1
View File
@@ -114,4 +114,10 @@ NOT REGEXP
}
}
}
public static function arrayIfNot($var){
if(!is_array($var))
return array($var);
return $var;
}
}