|
From: webERP D. <web...@li...> - 2013-01-05 12:17:00
|
does this - maybe - depend on whether you enter the wiki link with trailing
slash or not?
also,
this code part adds an slash if the link is not hardcoded (does not start
with http:)
if (strstr($_SESSION['WikiPath'], 'http:')) {
$WikiPath=$_SESSION['WikiPath'];
} else {
$WikiPath='../' . $_SESSION['WikiPath'] . '/';
but does not in the other case.
Klaus
--
View this message in context: http://weberp-accounting.1478800.n4.nabble.com/MiscFunctions-php-wikiLink-tp4656100p4656101.html
Sent from the web-ERP-developers mailing list archive at Nabble.com.
|