Hello Bruno & Oliver,
Thanks for your answers! Oliver's seemed a bit easier, so I tried it and
it works!
Regards Matthias
___
Cartoweb-users mailing list
Cartoweb-users@lists.maptools.org
http://lists.maptools.org/mailman/listinfo/cartoweb-users
Hi
The "problem" is when accessing projects via the client.php?project= syntax,
the security context stay the default project because GET parameters are
handled too late for security.
one easy solution is to make "shortcut" php files (3.2.5
http://www.cartoweb.org/doc_head/docbook/xhtml/user.p
Matthias Buchs wrote:
> Hello,
>
> I have a couple of projects in my CW 3.4 installation. Each project is
> used by different people. There is one start page outside CW where the
> users can choose the project. Then the CW client.php is called with the
> appropriate project=... GET parameter. So f
Hello,
I have a couple of projects in my CW 3.4 installation. Each project is
used by different people. There is one start page outside CW where the
users can choose the project. Then the CW client.php is called with the
appropriate project=... GET parameter. So far everything works fine. If