From 6f21d436fed2babdd4ac5105826a80427183f6c0 Mon Sep 17 00:00:00 2001 From: nikrou Date: Sun, 6 Dec 2009 21:17:42 +0000 Subject: Feature 1255 : file not needed. Job is done is install.php git-svn-id: http://piwigo.org/svn/trunk@4433 68402e56-0260-453c-a942-63ccdbb3a9ee --- install/db/84-database.php | 77 ---------------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 install/db/84-database.php (limited to 'install') diff --git a/install/db/84-database.php b/install/db/84-database.php deleted file mode 100644 index 9543d9db0..000000000 --- a/install/db/84-database.php +++ /dev/null @@ -1,77 +0,0 @@ -'; - -@umask(0111); -// writing the configuration file -if ( !($fp = @fopen( $config_file, 'w' ))) -{ - $html_content = htmlentities( $file_content, ENT_QUOTES, 'utf-8' ); - $html_content = nl2br( $html_content ); - $error_copy = l10n('step1_err_copy'); - $error_copy .= '
--------------------------------------------------------------------
'; - $error_copy .= '' . $html_content . ''; - $error_copy .= '
--------------------------------------------------------------------
'; -} -@fputs($fp, $file_content, strlen($file_content)); -@fclose($fp); - -if (isset($error_copy)) -{ - array_push($page['errors'], $error_copy); -} - -echo -"\n" -. $upgrade_description -."\n" -; -?> -- cgit v1.2.3