forked from leftypol/leftypol
Build Javascript file on installation
This commit is contained in:
parent
5c5385caf6
commit
f16f621def
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue