Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
egg.eemo.co.kr
/
public_html
/
super5
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/egg.eemo.co.kr/public_html/super5/login.php
<? session_cache_limiter('no-cache, must-revalidate'); session_start(); header("Pragma: no-cache"); header("Cache-Control: no-cache,must-revalidate"); header("Content-Type: text/html; charset=utf-8"); include_once("dbconn.php"); include_once("lib.php"); ?> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><?=$_TITLE?></title> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="font-awesome/css/font-awesome.css" rel="stylesheet"> <link href="css/animate.css" rel="stylesheet"> <link href="css/style.css" rel="stylesheet"> </head> <body class="gray-bg"> <div class="loginColumns animated fadeInDown"> <div class="row"> <div class="col-md-6"> <h2 class="font-bold">양계인 현장관리페이지</h2> <p> <small>회사 관리자가 아닌 사람을 사이트 출입을 금합니다.</small> </p> </div> <div class="col-md-6"> <div class="ibox-content"> <form class="m-t" role="form" method='post' action="login_do.php"> <div class="form-group"> <input type="text" name='id' class="form-control" placeholder="아이디" required="" value="<?=$_COOKIE["uid"]?>"> </div> <div class="form-group"> <input type="password" name='pass' class="form-control" placeholder="비밀번호" required="" value="<?=$_COOKIE["upass"]?>"> </div> <button type="submit" class="btn btn-primary block full-width m-b">Login</button> <!-- <a href="#"> <small>Forgot password?</small> </a> <p class="text-muted text-center"> <small>Do not have an account?</small> </p> <a class="btn btn-sm btn-white btn-block" href="register.html">Create an account</a> --> </form> <p class="m-t"> <small>(주)양계인 admin page</small> </p> </div> </div> </div> <hr/> <div class="row"> <div class="col-md-6"> Copyright (주)양계인 Company </div> <div class="col-md-6 text-right"> <small>© 2017-<?=date('Y')?></small> </div> </div> </div> </body> </html>