Place for create empty local files in install.php

git-svn-id: http://piwigo.org/svn/trunk@2189 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2008-01-20 23:17:05 +00:00
parent 8ead4c5b8d
commit ccfde5cd4b

View File

@@ -209,9 +209,6 @@ include(PHPWG_ROOT_PATH . 'admin/include/functions.php');
include(PHPWG_ROOT_PATH . 'admin/include/functions_upgrade.php');
include(PHPWG_ROOT_PATH . 'include/template.php');
// Create empty local files to avoid log errors
create_empty_local_files();
if ( isset( $_REQUEST['language'] ))
{
$language = strip_tags($_REQUEST['language']);
@@ -316,6 +313,9 @@ 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 phpwebgallery_structure.sql
execute_sqlfile(
PHPWG_ROOT_PATH.'install/phpwebgallery_structure.sql',