Changeset 5967

Show
Ignore:
Timestamp:
05/17/08 23:01:55 (8 months ago)
Author:
coolengineer
Message:
  • #960
  • 경로를 OS 맞게 조정
  • (사실은 svn과 trac 연동 시험)
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/CL_Moblog/index.php

    r5966 r5967  
    2727        $this->pop3->setRetrCallback( array(&$this,'retrieveCallback') ); 
    2828 
    29         $this->uidl_file = ROOT."/cache/pop3uidl.txt"; 
     29        $this->uidl_file = ROOT.DS."cache".DS."pop3uidl.txt"; 
    3030 
    3131        if( file_exists( $this->uidl_file ) ) {