From b18e2debf2dfa964734e51346758d18a04e6a011 Mon Sep 17 00:00:00 2001 From: torusturtle <torusturtle@ispconfig3> Date: Sat, 14 Mar 2009 08:49:25 -0400 Subject: [PATCH] FS#586 - naming of password strength test module --- interface/web/js/scrigo.js.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/interface/web/js/scrigo.js.php b/interface/web/js/scrigo.js.php index 7414d72..4390779 100644 --- a/interface/web/js/scrigo.js.php +++ b/interface/web/js/scrigo.js.php @@ -1,7 +1,7 @@ <?php session_start(); include('../../lib/config.inc.php'); - include_once(ISPC_ROOT_PATH.'/web/js/lib/lang/'.$_SESSION['s']['language'].'_javascript.lng'); + include_once(ISPC_ROOT_PATH.'/web/strengthmeter/lib/lang/'.$_SESSION['s']['language'].'_javascript.lng'); ?> redirect = ''; -- Gitblit v1.9.1