dn); sess_del ('edit'); sess_del ('password'); } /* Create password object on demand */ if (!isset($_SESSION['password']) || (isset($_GET['reset']) && $_GET['reset'] == 1)){ $_SESSION['password']= new password ($config, $ui->dn); } $password= $_SESSION['password']; /* Execute formular */ $display.= $password->execute (); /* Page header*/ $display= print_header(get_template_path('images/password.png'), _("Password settings"), "").$display; } // vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: ?>