Ansicht:   

#346043 nun läuft's (web.coding)

verfaßt von MagicBird, Berlin, 02.08.2013, 12:12:18


<?php

if ($_GET['action'] == true)
  {
    if ($_GET['action'] == 'login')
      {
        include "include/mysql_connect.include.php";
        include "include/static_variable.include.php";
        include "include/page_top.include.php";
        include "" . $_GET['action'] . ".php";
        include "include/page_bottom.include.php";
      }
    else
      {
        header ("location: index.php?action=login");
      }
  }
else
  {
    header ("location: index.php?action=login");
  }

?>

 

gesamter Thread:

Ansicht:   
Auf unserer Web-Seite werden Cookies eingesetzt, um diverse Funktionalitäten zu gewährleisten. Hier erfährst du alles zum Datenschutz