로그인 프레임 일부 수정

This commit is contained in:
2018-03-10 04:48:25 +09:00
parent 4b1e3e325e
commit 88c560405e
4 changed files with 76 additions and 65 deletions
+8 -1
View File
@@ -1,5 +1,12 @@
<?php
require_once('_common.php');
require_once(ROOT.'/f_func/class._Session.php');
$SESSION = new _Session();
if($SESSION->IsLoggedIn()){
header(ROOT.'/i_entrance/Frame.php');
die();
}
?>
<!DOCTYPE html>
@@ -43,7 +50,7 @@ function Login() {
</script>
</head>
<body>
<body style="background-image:url('<?=IMAGES.'/back7.jpg'?>');">
</body>
</html>