diff index.php @ 44:38d209611508

change includes to assume (contra previos ASSUMES) that we have .user.ini which adds /var/test to include_path
author Charlie Root
date Sun, 06 Jan 2019 07:17:03 -0500
parents dbc006408d2b
children 8bc395c87c6f
line wrap: on
line diff
--- a/index.php	Sat Jan 05 18:00:10 2019 -0500
+++ b/index.php	Sun Jan 06 07:17:03 2019 -0500
@@ -1,5 +1,5 @@
 <?php
-include_once "dlog.php";
+include_once "ywww/dlog.php";
 
 if (isset($_SERVER["GEOIP_COUNTRY_CODE"])) {
 $country_code = $_SERVER["GEOIP_COUNTRY_CODE"];