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
-12
View File
@@ -9,16 +9,6 @@ include_once 'includes/inter.php';
</head>
<body>
<?php include 'includes/header.php'; ?>
<?php include_once 'includes/inter.php';
$data = getProjectVersionData();
if(!isConnected()){
header("Location:401.php");
goto end;
}else if(!preg_match('#[^0-9]?' . $_SESSION['session_id'] .'[^0-9]?#',$data ['owners'])){
header("Location:403.php");
goto end;
}
?>
<br />
<br />
<br />
@@ -42,5 +32,3 @@ include_once 'includes/inter.php';
<?php include 'includes/footer.php'; ?>
</body>
</html>
<?php end:
?>