From 087f260cae12a0f98e867a54e209ddf8ee7e292f Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 28 Sep 2014 01:49:07 -0700 Subject: [PATCH] web: fix PHP warnings in apps.php --- html/user/apps.php | 1 - 1 file changed, 1 deletion(-) diff --git a/html/user/apps.php b/html/user/apps.php index d7f7158803..7081ff8a0d 100644 --- a/html/user/apps.php +++ b/html/user/apps.php @@ -16,7 +16,6 @@ // You should have received a copy of the GNU Lesser General Public License // along with BOINC. If not, see . -require_once("../inc/boinc_db.inc"); require_once("../inc/util.inc"); check_get_args(array("xml"));