# HG changeset patch # User Franck Deroche # Date 1206039098 -3600 # Node ID e43b756548b4954240deaa28bb597abef3d486ba # Parent 217f56e6bc774886819cc3c61bd7927ab591fe12 Il restait trois instances de defr.org dans le code PHP, c'est réparé :-) diff -r 217f56e6bc77 -r e43b756548b4 comment.php --- a/comment.php Thu Mar 20 19:47:11 2008 +0100 +++ b/comment.php Thu Mar 20 19:51:38 2008 +0100 @@ -29,9 +29,9 @@ 'email' => $AdresseMail, 'website' => $Adresse, 'body' => $Comment, - 'permalink' => 'http://defr.org/blog/posts/' . $id + 'permalink' => BLOG_URL . '/posts/' . $id ); - $ak = new akismet('http://defr.org/blog', AKISMET_API_KEY, $comment); + $ak = new akismet(BLOG_URL, AKISMET_API_KEY, $comment); if(!$ak->errorsExist()) $visibleBool = !$ak->isSpam(); else diff -r 217f56e6bc77 -r e43b756548b4 tb.php --- a/tb.php Thu Mar 20 19:47:11 2008 +0100 +++ b/tb.php Thu Mar 20 19:51:38 2008 +0100 @@ -37,7 +37,7 @@ UTF-8 Dual Blog {$post_infos['Titre']} - http://defr.org/post/{$post_infos['num_mess']} + " . BLOG_URL . "/posts/{$post_infos['num_mess']} $excerpt "; ?>