Changeset 5226
- Timestamp:
- 11/30/11 15:54:46 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/expressoMail1_2/inc/class.imap_functions.inc.php
r5187 r5226 4060 4060 } 4061 4061 if($timestamp){ 4062 $tempDir = ini_get("session.save_path");4063 $file = $tempDir." imap_".$_SESSION[ 'phpgw_session' ][ 'session_id' ];4062 $tempDir = $_SESSION['phpgw_info']['server']['temp_dir']; 4063 $file = $tempDir."/imap_".$_SESSION[ 'phpgw_session' ][ 'session_id' ]; 4064 4064 $f = fopen($file,"w"); 4065 4065 fputs($f,base64_encode($source));
Note: See TracChangeset
for help on using the changeset viewer.