Changeset 5967
- Timestamp:
- 05/17/08 23:01:55 (8 months ago)
- Files:
-
- 1 modified
-
trunk/plugins/CL_Moblog/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/CL_Moblog/index.php
r5966 r5967 27 27 $this->pop3->setRetrCallback( array(&$this,'retrieveCallback') ); 28 28 29 $this->uidl_file = ROOT. "/cache/pop3uidl.txt";29 $this->uidl_file = ROOT.DS."cache".DS."pop3uidl.txt"; 30 30 31 31 if( file_exists( $this->uidl_file ) ) {
