File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,18 @@ Lastly, make sure that PHP has the following settings:
101
101
php_flag short_open_tag on
102
102
103
103
You can set this in the httpd.conf, in php.ini or in an .htaccess file in
104
- the root of z-push. If you don't set this up correctly, you will not be
104
+ the root of z-push.
105
+
106
+ If you have several php applications on the same system, you could specify the
107
+ z-push directory so these settings are considered only there.
108
+ <Directory /usr/share/z-push>
109
+ php_flag magic_quotes_gpc off
110
+ php_flag register_globals off
111
+ php_flag magic_quotes_runtime off
112
+ php_flag short_open_tag on
113
+ </Directory>
114
+
115
+ If you don't set this up correctly, you will not be
105
116
able to login correctly via z-push.
106
117
107
118
Please also set a memory_limit for php to 128M in php.ini.
You can’t perform that action at this time.
0 commit comments