16 Nov 2005
H-Sphere versions: All
Please run this script to eliminate inconsistencies caused by the incorrect procedure of the previous PhpMyAdmin and PhpPgAdmin updates. It removes the backup tarballs from the insecure location and places them into /hsphere/tmp.$$.
Procedure
- Log into your control panel server as root:
su -
- Download the update script from the psoft site:
Linux:
wget http://www.psoft.net/shiv/HS/remove_web_tgz.tgz
FreeBSD:
fetch http://www.psoft.net/shiv/HS/remove_web_tgz.tgz
- Unpack the archive:
tar xzf remove_web_tgz.tgz
- Enter the unpacked directory:
cd remove_web_tgz
- Run the update:
sh remove_web_tgz.sh
|