Update index.php

require_once is not a function; changed syntax
This commit is contained in:
Dan Russell
2020-07-06 10:55:26 -04:00
committed by GitHub
parent b1d69f5e72
commit 2b4bc53f83
+1 -1
View File
@@ -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()
{