summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-03-26 06:48:36 +0000
committerDries Buytaert <dries@buytaert.net>2007-03-26 06:48:36 +0000
commitf2ca29071fe33603cf22f1603a3e6a61ee9c0814 (patch)
treec57bc8c023b247a70421c5a04d982a6c3fbe744b /modules/system/system.install
parentd2deb008465b5f87d36a1291e49457a915e4f7af (diff)
downloadbrdo-f2ca29071fe33603cf22f1603a3e6a61ee9c0814.tar.gz
brdo-f2ca29071fe33603cf22f1603a3e6a61ee9c0814.tar.bz2
- Patch #105853 by killes: move minumum version defines.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index d942b71d0..e4223a9f8 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -1,11 +1,6 @@
<?php
// $Id$
-define('DRUPAL_MINIMUM_PHP', '4.3.3');
-define('DRUPAL_MINIMUM_MYSQL', '4.1.0'); // If using MySQL
-define('DRUPAL_MINIMUM_PGSQL', '7.4'); // If using PostgreSQL
-define('DRUPAL_MINIMUM_APACHE', '1.3'); // If using Apache
-
/**
* Test and report Drupal installation requirements.
*/