Changeset 3726 for temp/trunk/html/admin/design/main_edit.php
- Timestamp:
- 2006/09/06 18:43:05 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/design/main_edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/main_edit.php
r3725 r3726 334 334 mkdir(dirname($path)); 335 335 } 336 337 unlink($path); 336 338 337 339 if(file_exists($path)){ 338 340 sfprintr($_POST['tpl_data']); 339 unlink($path);340 341 }; 341 342 … … 343 344 $fp = fopen($path,"w"); 344 345 fwrite($fp, $_POST['tpl_data']); 345 fclose($fp); 346 } 346 fclose($fp); 347 }
Note: See TracChangeset
for help on using the changeset viewer.
