Ejemplo n.º 1
0
function save_internal_password()
{
    $uid = $_GET["uid"];
    if (strpos($uid, '$') == 0) {
        $uid = $uid . '$';
    }
    $computer = new computers($uid);
    $computer->ComputerChangePassword($_GET["bdc_password"]);
}