Datenstand V1.0
This commit is contained in:
15
inhalte/neue_firma_add.php
Normal file
15
inhalte/neue_firma_add.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
if (!isset($_POST['prod'])) {
|
||||
die("<h1>Sie dürfen diese Seite nicht so aufrufen!</h1>");
|
||||
}
|
||||
|
||||
if (!isset($_POST['step'])) {
|
||||
include "inhalte/neue_firma_step1.php";
|
||||
} else {
|
||||
if ($ok) {
|
||||
include "inhalte/neue_firma_step".$_POST['step'].".php";
|
||||
} else {
|
||||
include "inhalte/neue_firma_step".$_POST['aktstep'].".php";
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user