diff --git a/admin/profile.php b/admin/profile.php index a848af8a..83570eec 100644 --- a/admin/profile.php +++ b/admin/profile.php @@ -37,6 +37,7 @@ require(HESK_PATH . 'hesk_settings.inc.php'); require(HESK_PATH . 'inc/common.inc.php'); require(HESK_PATH . 'inc/admin_functions.inc.php'); require(HESK_PATH . 'inc/profile_functions.inc.php'); +require(HESK_PATH . 'inc/mail_functions.inc.php'); hesk_load_database_functions(); hesk_session_start(); @@ -84,75 +85,80 @@ require_once(HESK_PATH . 'inc/headerAdmin.inc.php'); /* Print admin navigation */ require_once(HESK_PATH . 'inc/show_admin_nav.inc.php'); ?> +
+
+
+

+ +

+
+ +
+
+
+ * + -
- - -

' . $_SESSION['new']['user']; ?>

-
*
- -
+ if (defined('WARN_PASSWORD')) { + hesk_show_notice($hesklang['chdp2'], $hesklang['security']); + } - '; - $str .= ''; - $str .= '
'; - $str .= ''; + $str = '
'; + $str .= ''; + $str .= '
'; + $str .= ''; - if (!isset($_GET)) { - $_GET = array(); - } + if (!isset($_GET)) { + $_GET = array(); + } - foreach ($_GET as $k => $v) { - if ($k == 'language' || $k == 'save_language') { - continue; + foreach ($_GET as $k => $v) { + if ($k == 'language' || $k == 'save_language') { + continue; + } + $str .= ''; } - $str .= ''; - } - $str .= '
'; - $str .= '
' + $str .= '
'; + $str .= '
' - ?> - - - + + + -
- -
+
+ +
+
-
+