mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-29 01:34:31 +01:00
Build Javascript file on installation
This commit is contained in:
parent
8f9a6b839f
commit
4c4691d97c
@ -300,6 +300,8 @@
|
||||
} elseif($step == 4) {
|
||||
// SQL installation
|
||||
|
||||
buildJavascript();
|
||||
|
||||
sql_open();
|
||||
|
||||
$sql = @file_get_contents('install.sql') or error("Couldn't load install.sql.");
|
||||
|
Loading…
Reference in New Issue
Block a user