Changeset 13 for bureau/admin/sql_admin.php
- Timestamp:
- 02/21/06 23:26:29 (7 years ago)
- File:
-
- 1 edited
-
bureau/admin/sql_admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/admin/sql_admin.php
r1 r13 1 1 <?php 2 2 /* 3 $Id: sql_admin.php,v 1. 1.1.1 2003/03/26 17:41:29root Exp $3 $Id: sql_admin.php,v 1.2 2003/03/27 23:30:35 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 36 36 setcookie("REMOTE_USER",$mem->user["login"]); 37 37 setcookie("REMOTE_PASSWORD",$r[0]["pass"]); 38 header("Location: /admin/sql/index.php?server=1"); 38 if ($lang) $l="&lang=".substr($lang,0,2); 39 header("Location: /admin/sql/index.php?server=1$l"); 39 40 exit(); 40 41 }
Note: See TracChangeset
for help on using the changeset viewer.
