mirror of https://github.com/itflow-org/itflow
Fix Installer Database not installing due to bad file name
This commit is contained in:
parent
9210734911
commit
d450ea4beb
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue