Re: [psa-users] Drive Include Path Problem on new pages
Brought to you by:
koivi
From: Peter H. <pe...@pe...> - 2003-05-20 05:52:30
|
Now running CVS version. Test Page source is : <?php require_once $PSA_PATH.'/phpsecurity/include/config.php'; echo "Starting page stuff"; ?> Looking at the output to the browser, the line "Starting page stuff" is being output after the closing body and html tags. I.E. body style="background-color: #ffffff; color: #000099;"> You do not have access rights to this content </body> </html> Starting page stuff Something is out of sync. Peter On Tuesday 20 May 2003 12:39 am, Peter Hiltz wrote: > Staying up late. Ok. I've picked up the CVS source. Remember my test page > was in the directory above phpsecurityadm. The page generates a "You do not > have access rights to this content message"...right above the content. |