Skip to content
Snippets Groups Projects
Commit 6a262e97 authored by Tim Repke's avatar Tim Repke
Browse files

added backstepped message to status page

parent 5c418a78
No related branches found
No related tags found
No related merge requests found
<?php
/**
* Created by PhpStorm.
* User: tim
* Date: 8/16/14
* Time: 5:41 PM
*/
require 'config.inc.php';
require 'frameworks/medoo.php';
......@@ -59,6 +52,9 @@ function show_content(){
if($wl)
echo '<div style="color: red; font-weight: bold; font-size: 14pt;">Achtung, dies ist nur ein Eintrag auf der Warteliste!<br /> Sofern keine weiteren Auskünfte folgen, kannst du leider NICHT mitfahren...</div>';
if($data["backstepped"]==1)
echo '<div style="color: red; font-weight: bold; font-size: 14pt;">Achtung, die Anmeldung wurde ungültig gemacht!<br /> Sofern keine weiteren Auskünfte folgen, kannst du leider NICHT mitfahren...</div>';
echo'
<div class="fahrttable">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment