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:
@@ -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:
|
||||
?>
|
||||
Reference in New Issue
Block a user