diff us/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/us/index.php	Sat Jan 05 18:00:10 2019 -0500
+++ b/us/index.php	Sun Jan 06 07:17:03 2019 -0500
@@ -1,5 +1,5 @@
 <?PHP
-include_once "dlog.php";
+include_once "ywww/dlog.php";
 session_start();
 
 	function uniqueRand($n, $min = 0, $max = null)