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
+3 -6
View File
@@ -154,7 +154,7 @@ $command=$_POST['command'].' ';
$nommes=array();
$pos=0;
while ($pos<strlen($command)) {
echo $pos;
$nomme = array();
$type=$command[$pos];
if(isAlphabetic($type)){
@@ -181,12 +181,10 @@ while ($pos<strlen($command)) {
}
//DEBUG
/*
echo '<pre>';
print_r($nommes);
echo '</pre>';
*/
function exception($reason){
echo 'An exception occurred : '.$reason;
@@ -269,8 +267,7 @@ if($nommes[0][0] == 'a'){
}
echo '<br/><pre>';
print_r($objectsToSet);
echo '</pre>';+
echo '</pre>';
break;
case 'DELETE':