hjkhghopjkertteerterterterertertrtoirh
bnmbertsurhetertertertertertertertpdf'tdfg
/
srv
/
www
/
virtual
/
wccweb.jp
/
web
/
htdocs
/
golfex2021
/
admin
/
Upload FileeE
HOME
<?php require_once('./include/config.php'); require_once('./include/admin_function.php'); $currentPath = './'; //デフォルトのページにリダイレクト header("Location: ./log/"); exit(); //---------------------------------------------------------------------- // ログイン認証処理 (START) //---------------------------------------------------------------------- session_start(); authAdmin($userid,$password); //---------------------------------------------------------------------- // ログイン認証処理 (END) //---------------------------------------------------------------------- ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> <head> <meta name="robots" content="noindex,nofollow"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="css/style.css"> <title>管理画面</title> <style> .pagetop{display:none} </style> </head> <body id="admin-index"> <div id="container" class="clearfix"> <div id="logoutBtn" class="linkBtn"><a href="?logout=true">ログアウト</a></div> <h1>管理画面</h1> <div id="contents" class="clearfix"> <div id="leftContents"> <?php require_once('./include/gnav.php');?> </div> <div id="rightContents"> <br /> <br /> <p class="taC">編集する内容を左メニューから選択して下さい。</p> </div> </div> <?php require_once('./include/footer.php');?> </div> </body> </html>