<?php session_start();
error_reporting(-1);
ini_set('display_errors', 1);
include('config.php');
?>
Warning: include(config.php) [function.include]: failed to open stream: No such file or directory in /home/bparynqn/public_html/index.php on line 4
Warning: include(config.php) [function.include]: failed to open stream: No such file or directory in /home/bparynqn/public_html/index.php on line 4
Warning: include() [function.include]: Failed opening 'config.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bparynqn/public_html/index.php on line 4
Hvad menes der lige der?
// Argg ikke husket at uploade filen.
Notice: Undefined index: eln in /home/bparynqn/public_html/index.php on line 44
44 -- if($_GET["eln"]){
- <?php
- if($_GET["eln"]){
- $eln = $_GET["eln"];
- if(is_file(''.$eln.'.php') and $eln != "index" and $eln != "kontakt"){
- include(''.$eln.'.php');
- }else{
- include("404.php");
- }
- }else{
- include("hovedside.php");
- }
- ?>
Indlæg senest redigeret d. 14.12.2013 15:49 af Bruger #17554