X-Git-Url: https://jasonwoof.com/gitweb/?p=wfpl.git;a=blobdiff_plain;f=messages.php;h=53d2d649b47e43b78fd76a2836c8844c56c5ef46;hp=98ada56c16029afc69cbb2ebfee198c2ab4192fc;hb=414082e3e11cee010f869633733eccb4f2161153;hpb=571c58fff7b139f590b5c4862761092bc1045436 diff --git a/messages.php b/messages.php index 98ada56..53d2d64 100644 --- a/messages.php +++ b/messages.php @@ -27,7 +27,7 @@ # display_messages() for you automaticallly after your main function returns # (so long as you require_once this file.) If you want these messages to # persist accross browser redirects, then you should -# require_once("code/wfpl/session_messages.php") +# require_once(__DIR__.'/'.'lib/wfpl/session_messages.php') # # Just make sure your template has a section with a # ~message html~ tag in it. @@ -51,7 +51,7 @@ # # -require_once(__DIR__ . '/template.php'); +require_once(__DIR__.'/'.'template.php'); # call this to display a message function message($msg) {