diff options
Diffstat (limited to '')
-rw-r--r-- | install.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/install.php b/install.php index 46943814c..fffb9f5f0 100644 --- a/install.php +++ b/install.php @@ -312,9 +312,6 @@ define(\'DB_COLLATE\', \'\'); @fputs($fp, $file_content, strlen($file_content)); @fclose($fp); - // Create empty local files to avoid log errors - create_empty_local_files(); - // tables creation, based on piwigo_structure.sql execute_sqlfile( PHPWG_ROOT_PATH.'install/piwigo_structure-'.$dblayer.'.sql', |