]> git.pld-linux.org Git - packages/drupal.git/commitdiff
- formatting
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 4 May 2010 15:24:35 +0000 (15:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    drupal.conf -> 1.19

drupal.conf

index c35e670506ab230640db907877037cf1c543c100..7023d42680a69c7df818b3824bcf1ace730d09a2 100644 (file)
        # for Apache 1.3, the second for Apache 2.
        # php4 module under Apache 1.3
        <IfModule mod_php4.c>
-               php_value magic_quotes_gpc      0
-               php_value register_globals      0
-               php_value session.auto_start    0
-               php_value memory_limit        12M
+               php_value magic_quotes_gpc                  0
+               php_value register_globals                  0
+               php_value session.auto_start                0
+               php_value memory_limit                      12M
        </IfModule>
        # php5 module under Apache 1.3
        <IfModule mod_php5.c>
-               php_value magic_quotes_gpc      0
-               php_value register_globals      0
-               php_value session.auto_start    0
-               php_value memory_limit        12M
+               php_value magic_quotes_gpc                  0
+               php_value register_globals                  0
+               php_value session.auto_start                0
+               php_value memory_limit                      12M
        </IfModule>
 
        # php under Apache 2.x module
        <IfModule sapi_apache2.c>
-               php_value magic_quotes_gpc      0
-               php_value register_globals      0
-               php_value session.auto_start    0
-               php_value memory_limit        12M
+               php_value magic_quotes_gpc                  0
+               php_value register_globals                  0
+               php_value session.auto_start                0
+               php_value memory_limit                      12M
        </IfModule>
 
        # Reduce the time dynamically generated pages are cache-able.
This page took 0.10321 seconds and 4 git commands to generate.