mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Fix Installer Database not installing due to bad file name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user