1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-27 17:00:52 +01:00

Build Javascript file on installation

This commit is contained in:
Savetheinternet 2011-04-06 19:11:08 +10:00
parent 5c5385caf6
commit f16f621def

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