|
- |
diff --git a/skin/member/neo/login.skin.php b/skin/member/neo/login.skin.php
index dfb081170..7c77074c0 100644
--- a/skin/member/neo/login.skin.php
+++ b/skin/member/neo/login.skin.php
@@ -23,11 +23,16 @@ if ($g4['https_url']) {
else {
$login_url = $urlencode;
}
+
+if ($g4['https_url'])
+ $action_url = "{$g4['https_url']}/$g4[bbs]/login_check.php";
+else
+ $action_url = "{$g4['bbs_path']}/login_check.php";
?>
-