On 2015-03-21 19:21, Kevin @ Hayes Creative wrote:
include_once("$FarmD/scripts/authuser.php");
...
$ScriptUrl = 'http://preservationready.org/';
Try placing the $ScriptUrl line before including authuser.php. Also, remove the trailing slash:
$ScriptUrl = 'http://preservationready.org'; include_once("$FarmD/scripts/authuser.php"); Petko _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
