Changeset 107 for bureau/admin/sql_getparam.php
- Timestamp:
- 02/21/06 23:38:07 (7 years ago)
- File:
-
- 1 edited
-
bureau/admin/sql_getparam.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bureau/admin/sql_getparam.php
r104 r107 1 1 <?php 2 2 /* 3 $Id: sql_getparam.php,v 1. 2 2003/06/10 07:20:29root Exp $3 $Id: sql_getparam.php,v 1.3 2003/06/10 11:18:27 root Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 47 47 <p><?php __("Your current settings are"); ?> : </p> 48 48 <table cellspacing="0" cellpadding="4"> 49 <tr class="lst2"><th><?php __("Username"); ?></th><td><code><?php echo $mem->user["login"]; ?></code></td></tr>50 <tr class="lst1"><th><?php __("Password"); ?></th><td><code><?php echo $r[0]["pass"]; ?></code></td></tr>51 <tr class="lst2"><th><?php __("SQL Server"); ?></th><td><code><?php echo $mysql->server; ?></code></td></tr>52 <tr class="lst1"><th><?php __("Database"); ?></th><td><code><?php echo $mem->user["login"]; ?></code></td></tr>49 <tr class="lst2"><th><?php __("Username"); ?></th><td><code><?php echo $mem->user["login"]; ?></code></td></tr> 50 <tr class="lst1"><th><?php __("Password"); ?></th><td><code><?php echo $r[0]["pass"]; ?></code></td></tr> 51 <tr class="lst2"><th><?php __("SQL Server"); ?></th><td><code><?php echo $mysql->server; ?></code></td></tr> 52 <tr class="lst1"><th><?php __("Database"); ?></th><td><code><?php echo $mem->user["login"]; ?></code></td></tr> 53 53 </table> 54 54
Note: See TracChangeset
for help on using the changeset viewer.
