|
RE:这是什么问题,没见过
- Warning: session_start(): open(/tmp/sess_hjl269kbr1f44p8vm99u8kcl32, O_RDWR) failed: Permission denied (13) in /home/u719303485/public_html/inc/init.php on line 4
- <!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">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <base target="mainifm">
- <title>网站后台管理</title>
- <link href="css/global.css" rel="stylesheet" type="text/css" />
- <script type="text/javascript" src="../getfiles.php?t=js&v=20110519&f=util"></script>
- </head>
- <body class="login_body">
- <div class="login_div">
- <table class="login0">
- <tr>
- <td class="login0_left">
- <div class="login0_logo"></div>
- <div class="login0_text"></div>
- </td>
- <td class="login0_right">
- <form action="login.php?action=login" method="OST" target="_self">
- <div id="login_errtips"></div>
- <table class="login2">
- <tr><td class="left">用户名:</td><td class="right"><input type="text" value="" size="20" name="username" id="username" class="text_css" /><input type="hidden" value="index.php" size="20" name="ref" id="ref" /></td></tr>
- <tr><td class="left">密 码:</td><td class="right"><input type="password" value="" size="20" name="userpass" id="userpass" class="text_css" /></td></tr>
- <tr><td class="left">验证码:</td><td class="right"><input type="text" value="" size="5" name="securitycode" id="securitycode" class="text_css" /> <a href="javascript:reloadVerify('securitycodeimg')" title="看不清楚?点击刷新验证码" target="_self"><img src="../code.php?t=1387689007" align="absmiddle" border="0" id="securitycodeimg" /></a></td></tr>
- <tr><td class="left"></td><td class="right"><input type="submit" class="button_css" value=" 登 录 " /></td></tr>
- </table>
- </form>
- </td>
- </tr>
- </table>
- </div>
- <script type="text/javascript">
- function reloadVerify(imgid){
- E(imgid).src="../code.php?t="+getTimer();
- }
- window.onload=function(){
- if(E("username")){E("username").focus();}
- }
- </script>
- </body>
- </html>
|