Changeset 3463 for temp/trunk
- Timestamp:
- 2006/08/31 12:58:42 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/design/main_edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/design/main_edit.php
r3462 r3463 27 27 // templates¥Õ¥©¥ë¥À¤Ë½ñ¤¹þ¤ß¸¢¸Â¤òÉÕÍ¿ 28 28 $template_dir = ROOT_DIR . USER_DIR . "template"; 29 if( is_writable($template_dir)){29 if(!is_writable($template_dir)){ 30 30 chmod($template_dir, 0666); 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.
