Yönlendirme Sorunu
|
#5727 |
|
|
Ezertas
User is:
Posts: 21
Meslek: Web Tasarým
Age: 42
|
Yok yahu olmuyor eklentilerin ?o?unu kald?rd?m olmuyor , fonksiyon.php'de o kod var.
Kod: /* ------------------ */ function sed_redirect($url) { global $cfg; if ($cfg['redirmode']) { $output = $cfg['doctype']." <html> <head> <meta http-equiv=\"content-type\" content=\"text/html; charset=iso-8859-1\" /> <meta http-equiv=\"refresh\" content=\"0; url=".$url."\" /> <title>Redirecting...</title></head> <body>Redirecting to <a href=\"".$url."\">".$cfg['mainurl']."/".$url."</a> </body> </html>"; header("Refresh: 0; URL=".$url); echo($output); exit; } else { header("Location: ".$url); exit; } return; } /* ------------------ */ Bunda m? bir yanl??l?k var acaba. |
www.ezertas.com moderator aL?mlar?m?z vard?r. |













