diff --git a/src/dede/templets/login.htm b/src/dede/templets/login.htm index 16228ff..21ee205 100755 --- a/src/dede/templets/login.htm +++ b/src/dede/templets/login.htm @@ -14,7 +14,7 @@ function changeAuthCode() { num = num + rand; $('#ver_code').css('visibility','visible'); if ($("#vdimgck")[0]) { - $("#vdimgck")[0].src = "../include/vdimgck.php?tag=" + num; + $("#vdimgck")[0].src = "../plus/vdimgck.php?tag=" + num; } return false; } @@ -39,7 +39,7 @@ function changeAuthCode() { { ?>
diff --git a/src/member/templets/album_edit.htm b/src/member/templets/album_edit.htm index 5d975b6..e5c96fb 100755 --- a/src/member/templets/album_edit.htm +++ b/src/member/templets/album_edit.htm @@ -156,7 +156,7 @@ startNum = ;
-
+
diff --git a/src/member/templets/archives_edit.htm b/src/member/templets/archives_edit.htm index 5401444..cab5e3d 100755 --- a/src/member/templets/archives_edit.htm +++ b/src/member/templets/archives_edit.htm @@ -102,7 +102,7 @@
-
+
diff --git a/src/member/templets/archives_sg_add.htm b/src/member/templets/archives_sg_add.htm index 5285f41..25715ae 100755 --- a/src/member/templets/archives_sg_add.htm +++ b/src/member/templets/archives_sg_add.htm @@ -75,7 +75,7 @@
'>
-
+
diff --git a/src/member/templets/archives_sg_edit.htm b/src/member/templets/archives_sg_edit.htm index 1e66db6..7669e8b 100755 --- a/src/member/templets/archives_sg_edit.htm +++ b/src/member/templets/archives_sg_edit.htm @@ -67,7 +67,7 @@
'>
-
+
diff --git a/src/member/templets/article_add.htm b/src/member/templets/article_add.htm index ec721ac..f0b7a9f 100755 --- a/src/member/templets/article_add.htm +++ b/src/member/templets/article_add.htm @@ -97,7 +97,7 @@
-
diff --git a/src/member/templets/article_edit.htm b/src/member/templets/article_edit.htm index fd59ce1..6eb2db8 100755 --- a/src/member/templets/article_edit.htm +++ b/src/member/templets/article_edit.htm @@ -97,7 +97,7 @@
-
+
diff --git a/src/member/templets/buy.htm b/src/member/templets/buy.htm index 91fca72..38cc2b6 100755 --- a/src/member/templets/buy.htm +++ b/src/member/templets/buy.htm @@ -62,7 +62,7 @@
-
+
diff --git a/src/member/templets/index-notlogin.htm b/src/member/templets/index-notlogin.htm index d64ba04..c1eba81 100755 --- a/src/member/templets/index-notlogin.htm +++ b/src/member/templets/index-notlogin.htm @@ -13,7 +13,7 @@ function changeAuthCode() { num = num + rand; $('#ver_code').css('visibility','visible'); if ($("#vdimgck")[0]) { - $("#vdimgck")[0].src = "../include/vdimgck.php?tag=" + num; + $("#vdimgck")[0].src = "../plus/vdimgck.php?tag=" + num; } return false; } @@ -66,7 +66,7 @@ document.write("午夜好,");
-
+
看不清? 点击更换
-
diff --git a/src/member/templets/soft_edit.htm b/src/member/templets/soft_edit.htm index 4901595..a9c885f 100755 --- a/src/member/templets/soft_edit.htm +++ b/src/member/templets/soft_edit.htm @@ -230,7 +230,7 @@ function ShowHideAddr()
-
diff --git a/src/include/vdimgck.php b/src/plus/vdimgck.php similarity index 93% rename from src/include/vdimgck.php rename to src/plus/vdimgck.php index 2ef9f32..88f14de 100755 --- a/src/include/vdimgck.php +++ b/src/plus/vdimgck.php @@ -8,7 +8,7 @@ * @license http://help.dedecms.com/usersguide/license.html * @link http://www.dedecms.com */ -require_once (dirname(__FILE__).'/common.inc.php'); +require_once (dirname(__FILE__).'/../include/common.inc.php'); require_once (DEDEDATA.'/safe/inc_safe_config.php'); require_once (DEDEDATA.'/config.cache.inc.php'); $config = array( @@ -17,8 +17,8 @@ $config = array( 'word_type' => (int)$safe_codetype, // 1:数字 2:英文 3:单词 'img_width' => $safe_wwidth, 'use_boder' => TRUE, - 'font_file' => dirname(__FILE__).'/data/fonts/'.mt_rand(1,3).'.ttf', - 'wordlist_file' => dirname(__FILE__).'/data/words/words.txt', + 'font_file' => DEDEINC.'/data/fonts/'.mt_rand(1,3).'.ttf', + 'wordlist_file' => DEDEINC.'/data/words/words.txt', 'filter_type' => 5); $enkey = substr(md5(substr($cfg_cookie_encode,0,5)),0,10);