Mailer.php
authorChris <chris@roojs.com>
Tue, 2 Jul 2013 05:59:23 +0000 (13:59 +0800)
committerChris <chris@roojs.com>
Tue, 2 Jul 2013 05:59:23 +0000 (13:59 +0800)
Mailer.php

index 62c2a55..d8e7dbe 100644 (file)
@@ -270,6 +270,7 @@ class Pman_Core_Mailer {
         
         // CACHE???
         // 2 files --- the info file.. and the actual file...
+        // add user
         $cache = ini_get('session.save_path').'/Pman_Core_Mailer/' . md5($url);
         if (file_exists($cache) and filemtime($cache) > strtotime('NOW - 1 WEEK')) {
             $ret =  json_decode($cache);