Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Bład header.php
xeron01
post
Post #1





Grupa: Zarejestrowani
Postów: 14
Pomógł: 0
Dołączył: 30.11.2011

Ostrzeżenie: (0%)
-----


Kod headeru.
Kod
<?php
ob_start();

header("ETag: PUB" . time());
header("Last-Modified: " . gmdate("D, d M Y H:i:s", time()-10) . " GMT");
header("Expires: " . gmdate("D, d M Y H:i:s", time() + 5) . " GMT");
header("Pragma: no-cache");
header("Cache-Control: max-age=1, s-maxage=1, no-cache, must-revalidate");
session_cache_limiter("nocache");

if(!isset($__installer_mode)){
    require_once("inc/config.php");
//    include("email.php");
}

ob_end_flush();
?>


błedy które wyskakuja

http://fotkowo.pl/images/306b_edy.png

Jakies propozycje zmian jak to naprawic?
Dodam że w index.php 1 linijka to:
Kod
<? require "header.php";?>


Szukam szukam i niemoge znalesc odpowiedzi na ten bład


Ten post edytował xeron01 4.12.2011, 21:05:03
Go to the top of the page
+Quote Post

Posty w temacie


Closed TopicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 23.08.2025 - 19:39