- Timestamp:
- Jan 21, 2008, 12:15:03 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_7/install.php
r2103 r2188 208 208 include(PHPWG_ROOT_PATH . 'include/template.php'); 209 209 210 // Create empty local files to avoid log errors211 create_empty_local_files();212 213 210 if ( isset( $_POST['language'] )) 214 211 { … … 303 300 @fputs($fp, $file_content, strlen($file_content)); 304 301 @fclose($fp); 302 303 // Create empty local files to avoid log errors 304 create_empty_local_files(); 305 305 306 306 // tables creation, based on phpwebgallery_structure.sql
Note: See TracChangeset
for help on using the changeset viewer.