From 2b4bc53f833eb88fe7a9e1ec645dfa0be6a94509 Mon Sep 17 00:00:00 2001 From: Dan Russell <4387475+dangrussell@users.noreply.github.com> Date: Mon, 6 Jul 2020 10:55:26 -0400 Subject: [PATCH] Update index.php require_once is not a function; changed syntax --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 1bbf5f39..e466563c 100644 --- a/index.php +++ b/index.php @@ -7,7 +7,7 @@ * Please see LICENSE file for your rights under this license. */ $indexpage = true; require "scripts/pi-hole/php/header.php"; - require_once("scripts/pi-hole/php/gravity.php"); + require_once "scripts/pi-hole/php/gravity.php"; function getinterval() {