summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-30 20:30:35 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-30 20:30:35 +0000
commit7f2f0072f9cd5a22d73ab518011ab38687bb25e7 (patch)
tree43ec38f9259f261c3ccf079228a641ba78166c99 /modules/system/system.module
parentd171a9e75ab30d833347e9971da8dbf0aa79a433 (diff)
downloadbrdo-7f2f0072f9cd5a22d73ab518011ab38687bb25e7.tar.gz
brdo-7f2f0072f9cd5a22d73ab518011ab38687bb25e7.tar.bz2
#105405 by chx, Pancho: (regression) remove web server version checking; it is not in Drupal 5; Apache 1.3 is surpassed for a long time now
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index a982f2e87..a7619c207 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -37,11 +37,6 @@ define('DRUPAL_MINIMUM_MYSQL', '4.1.1');
define('DRUPAL_MINIMUM_PGSQL', '7.4');
/**
- * Minimum supported version of Apache, if it is used.
- */
-define('DRUPAL_MINIMUM_APACHE', '1.3');
-
-/**
* Maximum age of temporary files in seconds.
*/
define('DRUPAL_MAXIMUM_TEMP_FILE_AGE', 1440);