function hosting_ssl_uninstall in Hostmaster (Aegir) 6
File
- modules/
hosting/ web_server/ ssl/ hosting_ssl.install, line 95
Code
function hosting_ssl_uninstall() {
db_query("DELETE FROM {hosting_service} WHERE service='http' and type='apache_ssl'");
db_query("DELETE FROM {hosting_service} WHERE service='http' and type='nginx_ssl'");
drupal_uninstall_schema('hosting_ssl');
}