diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-10 14:46:23 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-10 14:46:23 -0500 |
commit | 98bb56988ea9efa9983a3045e2583a091ffd2ff8 (patch) | |
tree | d744dd811467d52c6d94e0cf15ad39bd4659eb96 /pages/admin.php | |
parent | 973b420608ee303ad9d68b068121a46a8cffee42 (diff) | |
download | fourisland-98bb56988ea9efa9983a3045e2583a091ffd2ff8.tar.gz fourisland-98bb56988ea9efa9983a3045e2583a091ffd2ff8.tar.bz2 fourisland-98bb56988ea9efa9983a3045e2583a091ffd2ff8.zip |
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.
Diffstat (limited to 'pages/admin.php')
-rwxr-xr-x | pages/admin.php | 1 |
1 files changed, 0 insertions, 1 deletions
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()) | |||
559 | $template->add('CODEDEMAIL', md5(strtolower($getuser3['email']))); | 559 | $template->add('CODEDEMAIL', md5(strtolower($getuser3['email']))); |
560 | $template->add('TEXT', parseBBCode($getcomment3['comment'])); | 560 | $template->add('TEXT', parseBBCode($getcomment3['comment'])); |
561 | $template->add('DATE', date("F dS Y \a\\t g:i:s a",strtotime($getcomment3['pubDate']))); | 561 | $template->add('DATE', date("F dS Y \a\\t g:i:s a",strtotime($getcomment3['pubDate']))); |
562 | $template->add('CODEDDEF',urlencode('http://www.fourisland.com/images/error404.png')); | ||
563 | } else { | 562 | } else { |
564 | $template = new FITemplate('msg'); | 563 | $template = new FITemplate('msg'); |
565 | $template->add('BACK', 'the previous page'); | 564 | $template->add('BACK', 'the previous page'); |