~ubuntu-branches/ubuntu/quantal/gallery2/quantal

« back to all changes in this revision

Viewing changes to install/index.php

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2007-12-24 05:36:33 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071224053633-1ha6lnfqkfvpgdia
Tags: 2.2.4-1
* New upstream release (Urgency high due to security fixes.
  Closes: #457644)
* debian/control: 
  + Update Standards-Version (No changes needed)
  + Add Homepage field, remove Homepage from Description
* debian/rules: No longer set DH_COMPAT (use debian/compat instead)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 *
11
11
 * ----------------------------------------------------------------------------
12
12
 *
13
 
 * $Id: index.php 15711 2007-01-19 18:50:16Z bharat $
 
13
 * $Id: index.php 17265 2007-12-22 21:58:40Z andy_st $
14
14
 *
15
15
 * Gallery - a web based photo album viewer and editor
16
16
 * Copyright (C) 2000-2007 Bharat Mediratta
277
277
                            "<IfModule mod_rewrite.c>\n" .
278
278
                            "RewriteEngine off\n" .
279
279
                            "</IfModule>\n" .
280
 
                            "<IfModule mod_access.c>\n" .
281
280
                            "Order allow,deny\n" .
282
 
                            "Deny from all\n" .
283
 
                            "</IfModule>\n";
 
281
                            "Deny from all\n";
284
282
        fwrite($fh, $htaccessContents);
285
283
        fclose($fh);
286
284
    }