From 98bb56988ea9efa9983a3045e2583a091ffd2ff8 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Wed, 10 Dec 2008 14:46:23 -0500 Subject: Replaced all "www" subdomain links For some reason, the source is full of www subdomain links. The rewriting engine doesn't seem to rewrite correctly, so most www subdomain links forward to the original URL, not the rewritten URL, which is the base of the Pingback error. --- pages/admin.php | 1 - 1 file changed, 1 deletion(-) (limited to 'pages') diff --git a/pages/admin.php b/pages/admin.php index 1767a83..b21948c 100755 --- a/pages/admin.php +++ b/pages/admin.php @@ -559,7 +559,6 @@ if (isLoggedIn()) $template->add('CODEDEMAIL', md5(strtolower($getuser3['email']))); $template->add('TEXT', parseBBCode($getcomment3['comment'])); $template->add('DATE', date("F dS Y \a\\t g:i:s a",strtotime($getcomment3['pubDate']))); - $template->add('CODEDDEF',urlencode('http://www.fourisland.com/images/error404.png')); } else { $template = new FITemplate('msg'); $template->add('BACK', 'the previous page'); -- cgit 1.4.1