openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7be2d6a129a82608bfd2afd872e20ba7a37603e9
parent 9a708fba4a2dd73d87445db4269907cdb5994736
Author: dankert <devnull@localhost>
Date:   Fri,  7 May 2004 23:41:45 +0200

Aufnahme von arg_separator

Diffstat:
doc/examples/htaccess/php-settings-example.htaccess | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/doc/examples/htaccess/php-settings-example.htaccess b/doc/examples/htaccess/php-settings-example.htaccess @@ -16,6 +16,11 @@ php_flag register_globals off # Change this to anything you like. Must be a valid URL variable name php_value session.name openratid +# Parameter separator +php_value arg_separator.output ";" +#php_value arg_separator.output "&amp;" +php_value arg_separator.input "&;" + # Let this be off php_flag session.auto_start off