diff --git a/setup/index.php b/setup/index.php index 1ba35516..8eb15fc8 100644 --- a/setup/index.php +++ b/setup/index.php @@ -89,7 +89,7 @@ if (isset($_POST['add_database'])) { // Name of the file - $filename = 'install.sql'; + $filename = '../db.sql'; // Temporary variable, used to store current query $templine = ''; // Read in entire file