From eb3c6e7a18231041b56b88780d53b1b6ec627d44 Mon Sep 17 00:00:00 2001 From: Martin Jansen Date: Mon, 22 Apr 2002 09:11:06 +0000 Subject: [PATCH] * Due to the recent changes in the installer stuff, the webinstaller is not supported at the moment. --- pear/PEAR/WebInstaller.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pear/PEAR/WebInstaller.php b/pear/PEAR/WebInstaller.php index c96a759f14..39ea212c98 100644 --- a/pear/PEAR/WebInstaller.php +++ b/pear/PEAR/WebInstaller.php @@ -17,6 +17,14 @@ // +---------------------------------------------------------------------+ +/* + + WARNING: Due to internal changes in PEAR, the webinstaller is + currently not supported! + +*/ + + /* This class should simplify the task of installing PEAR-packages, if you * don't have a cgi-php binary on your system or you don't have access to * the system-wide pear directory. -- 2.50.1