mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #128 from laf/issue-125
Urgent: build-base.php now calls includes/sql-schema/update.php
This commit is contained in:
@ -20,4 +20,6 @@ while( !feof( $sql_fh ) ) {
|
||||
|
||||
fclose($sql_fh);
|
||||
|
||||
include("includes/sql-schema/update.php");
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user