Fix in ubercms [redirection]
Hello everyone !
I have fixed an error.
I don't know if it is already posted.
Brief, go in inc/tpl/generic-top.tpl
Replace
PHP Code:
<input type="hidden" name="page" value="%www%<?php echo $_SERVER['PHP_SELF']; ?>" />
Per
PHP Code:
<input type="hidden" name="page" value="%www%<?php echo $_SERVER['REQUEST_URI']; ?>" />
Before : articles/id-text was redirect in article.php
Now: articles/id-text is redirecting in the same (y)
Re: Fix in ubercms [redirection]
Nice Release i Guess.. but i never got an error.
Re: Fix in ubercms [redirection]
Never experienced this problem and a simple fix. But nice still. Well Done!