From 7f2f0072f9cd5a22d73ab518011ab38687bb25e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 30 Jan 2008 20:30:35 +0000 Subject: #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 --- modules/system/system.module | 5 ----- 1 file changed, 5 deletions(-) (limited to 'modules/system/system.module') 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 @@ -36,11 +36,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. */ -- cgit v1.2.3