Fix Installer Database not installing due to bad file name

This commit is contained in:
johnnyq 2025-09-07 11:06:26 -04:00
parent 9210734911
commit d450ea4beb
1 changed files with 1 additions and 1 deletions

View File

@ -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