~ubuntu-branches/ubuntu/dapper/phpmyadmin/dapper-updates

« back to all changes in this revision

Viewing changes to debian/conf/htaccess

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Roszatycki
  • Date: 2004-12-13 19:23:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20041213192357-5jfwhvbnxaip4zbv
Tags: 2:2.6.1-rc1-1
* New upstream release.
* Security fix: Command execution and file disclosure was found.
  See http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2004-4
  Closes: #285488.
* Remove 003.non_standard_port_fix.diff applied to upstream.
* Add commented out options 'extension' and 'AllowRoot' to default config
  file.
* Support mysqli.so extension. Autodetect modules from 'extension' option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
        php_flag register_globals On
14
14
        php_value include_path .
15
15
    </IfModule>
 
16
    <IfModule mod_php5.c>
 
17
        AddType application/x-httpd-php .php
 
18
 
 
19
        php_flag magic_quotes_gpc Off
 
20
        php_flag track_vars On
 
21
        php_flag register_globals On
 
22
        php_value include_path .
 
23
    </IfModule>
16
24
 
17
25
    <IfModule !mod_php4.c>
 
26
    <IfModule !mod_php5.c>
18
27
    <IfModule mod_actions.c>
19
28
    <IfModule mod_cgi.c>
20
29
        AddType application/x-httpd-php .php
23
32
    </IfModule>
24
33
    </IfModule>
25
34
    </IfModule>
 
35
    </IfModule>
26
36
</IfModule>