I just see the option to login but not register, is not possible? Anyway it allows anonymous edit.
PD: This is because I see an error in:
http://www.openser.org/dokuwiki/doku.php/pseudovariables:1.2.x#domain_of_des...
There was:
Domain of destination URI $dd - reference to domain of destination uri
but that is not correct at least in 1.2.1 version. I've changed that to $fd.
Hello,
On 07/24/07 18:32, Iñaki Baz Castillo wrote:
that is correct, $dd is reference to domain of destination uri
$fd is reference to the domain in From URI.
The wiki is open for anybody to contribute. We keep an eye on changes made, and rely on goodwill of people around. Since is open for anybody, make no sense to register people there, it is one user for admin purposes (to update the software).
Cheers, Daniel
El Tuesday 24 July 2007 18:45:32 Daniel-Constantin Mierla escribió:
that is correct, $dd is reference to domain of destination uri
Yes, sorry, I was wrong.
Yes, that I was looking for is $td to compare it with $fd.
ok. Thjanks for all.