aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2013-05-23 21:32:53 +0200
committerChristian Ruppert <idl0r@gentoo.org>2013-05-23 21:32:53 +0200
commitb03977a81c683c170d5d30bbd7316544beeb4f2a (patch)
treee6481973e6e7a7bb37f8229e2452a188cf4feb44 /mod_perl.pl
parentInlineHistory and SecureMail update (diff)
parentUpdate to 4.4 (diff)
downloadbugzilla-b03977a81c683c170d5d30bbd7316544beeb4f2a.tar.gz
bugzilla-b03977a81c683c170d5d30bbd7316544beeb4f2a.tar.bz2
bugzilla-b03977a81c683c170d5d30bbd7316544beeb4f2a.zip
Merge branch 'upstream'
Update to 4.4 Conflicts: show_bug.cgi template/en/default/admin/users/list.html.tmpl template/en/default/bug/show-header.html.tmpl template/en/default/email/bugmail-header.txt.tmpl template/en/default/email/bugmail.txt.tmpl
Diffstat (limited to 'mod_perl.pl')
-rw-r--r--mod_perl.pl22
1 files changed, 7 insertions, 15 deletions
diff --git a/mod_perl.pl b/mod_perl.pl
index 5855c1466..3f563417f 100644
--- a/mod_perl.pl
+++ b/mod_perl.pl
@@ -1,19 +1,10 @@
#!/usr/bin/perl -wT
-# -*- Mode: perl; indent-tabs-mode: nil -*-
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-# The contents of this file are subject to the Mozilla Public
-# License Version 1.1 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.mozilla.org/MPL/
-#
-# Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
-# implied. See the License for the specific language governing
-# rights and limitations under the License.
-#
-# The Original Code is the Bugzilla Bug Tracking System.
-#
-# Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
+# This Source Code Form is "Incompatible With Secondary Licenses", as
+# defined by the Mozilla Public License, v. 2.0.
package Bugzilla::ModPerl;
use strict;
@@ -39,6 +30,7 @@ use Apache2::Log ();
use Apache2::ServerUtil;
use ModPerl::RegistryLoader ();
use File::Basename ();
+use DateTime ();
# This loads most of our modules.
use Bugzilla ();
@@ -82,7 +74,7 @@ PerlChildInitHandler "sub { Bugzilla::RNG::srand(); srand(); }"
PerlCleanupHandler Apache2::SizeLimit Bugzilla::ModPerl::CleanupHandler
PerlOptions +ParseHeaders
Options +ExecCGI
- AllowOverride Limit FileInfo Indexes
+ AllowOverride Limit FileInfo Indexes Options
DirectoryIndex index.cgi index.html
</Directory>
EOT