Hochladen aller Dateien des Projekts.

This commit is contained in:
2024-06-13 22:21:23 +02:00
parent 8af145816f
commit 2e0cd7dee3
650 changed files with 97218 additions and 0 deletions

17
SCHABLONE.php Executable file
View File

@@ -0,0 +1,17 @@
<?php
@session_start();
$_SESSION[ "title" ] = "Ihr Passwort ist abgelaufen.";
include( 'ssi_header.php' );
$_SESSION[ "title" ] = "";
echo "benutzername: ".$_SESSION[ "benutzer_anmeldename" ]."<br />";
echo "passwort: ".$_POST["passwort"]."<br />";
echo "mandant: ".$_POST["mandant"]."<br />";
echo "sprache: ".$_POST["sprache"]."<br />";
include( 'ssi_footer.php' );
?>