[P2-php-svn] [771] expack:

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 1月 11日 (月) 02:43:54 JST


Revision: 771
          http://sourceforge.jp/projects/p2-php/svn/view?view=rev&revision=771
Author:   rsk
Date:     2010-01-11 02:43:54 +0900 (Mon, 11 Jan 2010)

Log Message:
-----------
expack:
- 不要になったコードの削除漏れを修正。

Modified Paths:
--------------
    p2ex/trunk/post.php


-------------- next part --------------
Modified: p2ex/trunk/post.php
===================================================================
--- p2ex/trunk/post.php	2010-01-10 17:32:45 UTC (rev 770)
+++ p2ex/trunk/post.php	2010-01-10 17:43:54 UTC (rev 771)
@@ -185,12 +185,6 @@
     $posted = postIt2($host, $bbs, $key, $FROM, $mail, $MESSAGE);
 } else {
     // cookie “ǂݍž‚Ý
-    if (!file_exists($_conf['cookie_file_path']) &&
-        dirname($_conf['cookie_file_path']) != $_conf['cookie_dir'])
-    {
-        FileCtl::mkdir_for($_conf['cookie_file_path']);
-    }
-
     $cookie_key = $_login->user_u . '/' . P2Util::normalizeHostName($host);
     if ($p2cookies = CookieStore::get($cookie_key)) {
         if (is_array($p2cookies)) {



P2-php-svn メーリングリストの案内
Back to archive index