diff --git a/module/user/view/login.html.php b/module/user/view/login.html.php index 6ec3f301c3..a7ccf997b0 100644 --- a/module/user/view/login.html.php +++ b/module/user/view/login.html.php @@ -9,7 +9,7 @@ * @version $Id: login.html.php 5084 2013-07-10 01:31:38Z wyd621@gmail.com $ */ include '../../common/view/header.lite.html.php'; -js::import($jsRoot . 'md5.js'); +if(!empty($config->safe->md5Pwd))js::import($jsRoot . 'md5.js'); ?>