mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 05:14:51 +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
|
// Name of the file
|
||||||
$filename = 'install.sql';
|
$filename = '../db.sql';
|
||||||
// Temporary variable, used to store current query
|
// Temporary variable, used to store current query
|
||||||
$templine = '';
|
$templine = '';
|
||||||
// Read in entire file
|
// Read in entire file
|
||||||
|
|||||||
Reference in New Issue
Block a user