Build Javascript file on installation
This commit is contained in:
parent
5c5385caf6
commit
f16f621def
@ -300,6 +300,8 @@
|
|||||||
} elseif($step == 4) {
|
} elseif($step == 4) {
|
||||||
// SQL installation
|
// SQL installation
|
||||||
|
|
||||||
|
buildJavascript();
|
||||||
|
|
||||||
sql_open();
|
sql_open();
|
||||||
|
|
||||||
$sql = @file_get_contents('install.sql') or error("Couldn't load install.sql.");
|
$sql = @file_get_contents('install.sql') or error("Couldn't load install.sql.");
|
||||||
|
Loading…
Reference in New Issue
Block a user