mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
Avoid useless I/O
This commit is contained in:
@@ -54,7 +54,3 @@ while (!feof($sql_fh)) {
|
||||
fclose($sql_fh);
|
||||
|
||||
require 'includes/sql-schema/update.php';
|
||||
|
||||
if( isset($_SESSION['stage']) ) {
|
||||
$_SESSION['build-ok'] = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user