Aleksander Machniak
2014-09-13 848e204ef9bdaf989e7e48025d4ea6ee21e7678e
bin/deluser.sh
@@ -58,6 +58,12 @@
    else {
        _die("Specify a host name", true);
    }
    // host can be a URL like tls://192.168.12.44
    $host_url = parse_url($args['host']);
    if ($host_url['host']) {
        $args['host'] = $host_url['host'];
    }
}
// connect to DB