if(isset($_GET["cont"])){
  if($_GET["cont"] == "standorte"){
    $_GET["cont"] = "Anmeldung";    
  }
  header ("Location: index.php?c=".$_GET["cont"]);
} else {
  header ("Location: index.php");
}
exit;
?>
Fatal error:  Uncaught Error: Call to undefined function mysql_connect() in /home/fahrsdbv/www.fahrschule-baas.de/mysql.php:2
Stack trace:
#0 /home/fahrsdbv/www.fahrschule-baas.de/start.php(15): include()
#1 {main}
  thrown in /home/fahrsdbv/www.fahrschule-baas.de/mysql.php on line 2