From 6ae7ad26db5f6e811f22a5caf8094be896f09b9c Mon Sep 17 00:00:00 2001 From: Brady Miller Date: Wed, 18 Jan 2017 01:26:13 -0800 Subject: [PATCH] removed redundant includes --- sql_patch.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/sql_patch.php b/sql_patch.php index 2c0dd110c..0d2bb6a13 100644 --- a/sql_patch.php +++ b/sql_patch.php @@ -16,9 +16,7 @@ ini_set('max_execution_time', '0'); $ignoreAuth = true; // no login required require_once('interface/globals.php'); -require_once('library/sql.inc'); require_once('library/sql_upgrade_fx.php'); -require_once('version.php'); $versionService = new \services\VersionService(); -- 2.11.4.GIT