Changeset 2559 for alternc/trunk/bureau/admin/login.php
- Timestamp:
- 09/08/09 07:29:38 (4 years ago)
- Location:
- alternc/trunk
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
bureau/admin/login.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alternc/trunk
-
Property
svn:ignore
set to
build-stamp
-
Property
svn:mergeinfo
set to
/alternc/branches/benjamin-bureaubleu merged eligible
-
Property
svn:ignore
set to
-
alternc/trunk/bureau/admin/login.php
r2104 r2559 30 30 require_once("../class/config.php"); 31 31 32 if (!$mem->checkid()) { 33 $error=$err->errstr(); 32 if (!$mem->checkid()) 33 { 34 $error = $err->errstr(); 34 35 include("index.php"); 35 36 exit(); 36 37 } 38 39 include("main.php"); 40 exit; 37 41 38 42 ?> … … 41 45 <head> 42 46 <title><?php __("AlternC Desktop"); ?></title> 43 <link rel="stylesheet" href="styles/base.css" type="text/css" /> 44 <link rel="stylesheet" href="styles/custom.css" type="text/css" /> 47 <link rel="stylesheet" href="styles/style.css" type="text/css" /> 45 48 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 46 49 </head> 47 <frameset frameborder="0"cols="225px,*">50 <frameset cols="225px,*"> 48 51 <frame src="menu.php" name="left" /> 49 52 <frame src="main.php" name="right" />
Note: See TracChangeset
for help on using the changeset viewer.
