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:
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...
that is correct, $dd is reference to domain of destination uri
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.
$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.
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.
$fd is reference to the domain in From URI.
Yes, that I was looking for is $td to compare it with $fd.
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).
ok. Thjanks for all.