Ejemplo n.º 1
0
function SMBGROUPS()
{
    $gp = new groups(null);
    $gp->ChangeSMBGroupsSID();
    $tpl = new templates();
    if (posix_getuid() != 0) {
        echo $tpl->_ENGINE_parse_body("{success}<hr>{CHANGE_SID_COMPUTERS}", "samba.index.php");
    }
}