Ignore:
Timestamp:
02/21/06 23:38:07 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2003-06-10 11:18:27 by root]
Suite de la conformité XHTML 1.0

Original author: root
Date: 2003-06-10 11:18:29

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bureau/admin/sql_getparam.php

    r104 r107  
    11<?php 
    22/* 
    3  $Id: sql_getparam.php,v 1.2 2003/06/10 07:20:29 root Exp $ 
     3 $Id: sql_getparam.php,v 1.3 2003/06/10 11:18:27 root Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4747<p><?php __("Your current settings are"); ?> : </p> 
    4848<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> 
    5353</table> 
    5454 
Note: See TracChangeset for help on using the changeset viewer.