Ignore:
Timestamp:
2006/09/06 18:43:05 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/design/main_edit.php

    r3725 r3726  
    334334        mkdir(dirname($path)); 
    335335    } 
     336 
     337    unlink($path); 
    336338     
    337339    if(file_exists($path)){ 
    338340        sfprintr($_POST['tpl_data']); 
    339         unlink($path); 
    340341    }; 
    341342     
     
    343344    $fp = fopen($path,"w"); 
    344345    fwrite($fp, $_POST['tpl_data']); 
    345     fclose($fp);     
    346 } 
     346    fclose($fp); 
     347} 
Note: See TracChangeset for help on using the changeset viewer.