X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gosa-core%2Fhtml%2Fpassword.php;h=79e5b8d02b43068cd5172ca35761806cad556ab6;hb=b7f6041308b90c57958ee860904381057e1a386b;hp=3eecd2e10ed886021a0547787ca85d42616e4832;hpb=2eccbdc67936ff406895dd86a777f8c97840b3dc;p=gosa.git diff --git a/gosa-core/html/password.php b/gosa-core/html/password.php index 3eecd2e10..79e5b8d02 100644 --- a/gosa-core/html/password.php +++ b/gosa-core/html/password.php @@ -128,6 +128,7 @@ if (isset($_POST['server'])) { $directory = key($servers); } } +$smarty->assign ("title","GOsa"); if (isset($_GET['directory']) && isset($servers[$_GET['directory']])) { $smarty->assign("show_directory_chooser", false); $directory= validate($_GET['directory']);