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:
+3
-6
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user