Browse Source

Build Javascript file on installation

pull/40/head
Savetheinternet 13 years ago
parent
commit
f16f621def
  1. 2
      install.php

2
install.php

@ -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…
Cancel
Save