W czym jest błąd?
<?php function die2($header) { exit; } include("../db_config.php"); $link = mysql_connect($db_server, $db_user, $db_password) or die2("HTTP/1.0 500 Internal Server Error"); { { include("static/".$_GET["action"].".php"); } else { $title = "Błąd 404: Podany plik nie istnieje"; $content = "404ka"; } include("template.php"); ?>