1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-29 09:44:28 +01:00

Build Javascript file on installation

This commit is contained in:
Savetheinternet 2011-04-06 19:11:08 +10:00
parent 8f9a6b839f
commit 4c4691d97c

View File

@ -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.");