Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
#!/bin/sh
set -e
case "$1" in
remove|purge)
sed -i '/^openssl_conf =/d' /etc/ssl/openssl.cnf
sed -i '/\.include \/etc\/ssl\/gost.cnf/d' /etc/ssl/openssl.cnf
rm -f /etc/ssl/gost.cnf
;;
esac
exit 0