diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-05-27 23:20:51 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-05-27 23:20:51 +0000 |
commit | 55ed67f4d0ab5f5e9a3de7cd150de115f88accc4 (patch) | |
tree | 936b42cdc36bd57f2ec988275a6c62bb75948d3b /www/mod_php5/scripts | |
parent | 1. Add missing continuation line. (diff) |
Upgrade to PHP-3.0.8.
Notes
Notes:
svn path=/head/; revision=19028
Diffstat (limited to 'www/mod_php5/scripts')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php index 3d9d5d2a30c0..873fc996bf38 100644 --- a/www/mod_php5/scripts/configure.php +++ b/www/mod_php5/scripts/configure.php @@ -6,7 +6,7 @@ fi /usr/bin/dialog --title "configuration options" --clear \ --checklist "\n\ -Please select desired options:" -1 -1 11 \ +Please select desired options:" -1 -1 12 \ tuning "Apache: performance tuning" OFF \ modssl "Apache: SSL support" OFF \ GD "PHP3: GD library support" ON \ |