Changeset 2264
- Timestamp:
- 2006/08/28 13:22:06 (17 years ago)
- Location:
- temp/trunk
- Files:
-
- 1 added
- 4 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_View.php
r2259 r2264 82 82 } 83 83 if($siteinfo) { 84 if( defined('LOAD_SITEINFO')) {84 if(!defined('LOAD_SITEINFO')) { 85 85 // ¥µ¥¤¥È¾ðÊó¤ò³ä¤êÅö¤Æ¤ë 86 86 $objSiteInfo = new SC_SiteInfo(); -
temp/trunk/html/install/index.php
r2259 r2264 182 182 "html/user_data", 183 183 "html/upload", 184 "html/upload/save_image",185 "html/upload/temp_image",186 "html/upload/graph_image",187 "html/upload/csv",188 184 "data/Smarty/templates_c", 189 185 "data/update", … … 225 221 $path = "../../data/Smarty/templates_c/admin"; 226 222 mkdir($path); 223 $path = "../../html/upload/save_image"; 224 mkdir($path); 225 $path = "../../html/upload/temp_image"; 226 mkdir($path); 227 $path = "../../html/upload/graph_image"; 228 mkdir($path); 229 $path = "../../html/upload/csv"; 230 mkdir($path); 227 231 } 228 232
Note: See TracChangeset
for help on using the changeset viewer.