예제 #1
0
 public static function getMySpaceCookiePath()
 {
     $tmp_dir = getenv("TEMP");
     if (empty($tmp_dir)) {
         $tmp_dir = "/tmp";
     }
     self::$cookiePath = kFile::fixPath($tmp_dir . DIRECTORY_SEPARATOR . "kaltura/myspace/cookies");
     return self::$cookiePath;
 }