From: hickert Date: Wed, 3 Mar 2010 10:02:07 +0000 (+0000) Subject: Readded main.inc for passwords X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6f1436fe2eab08034af96ae54995edf9a28ea179;p=gosa.git Readded main.inc for passwords git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15886 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/personal/password/main.inc b/gosa-core/plugins/personal/password/main.inc new file mode 100644 index 000000000..d062c2f85 --- /dev/null +++ b/gosa-core/plugins/personal/password/main.inc @@ -0,0 +1,62 @@ +dn)); + } + $password = session::get('password'); + + /* Execute formular */ + $display.= $password->execute (); + + /* Page header*/ + $display= print_header(get_template_path('plugins/password/images/plugin.png'), + _("Password settings"), "").$display; + +} + +// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler: +?>