add domain
git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/gnuviech.info/gnuviechadmin/trunk@31 a67ec6bc-e5d5-0310-a910-815c51eb3124
This commit is contained in:
parent
283f07fbe1
commit
dbae3c8bd3
5 changed files with 43 additions and 19 deletions
|
@ -1,13 +1,13 @@
|
|||
<?php
|
||||
require("wantauth.php");
|
||||
require("tools.php");
|
||||
$dbh=db_open();
|
||||
session_start();
|
||||
include("userhead.php");
|
||||
include("domainstatustypes.php");
|
||||
?>
|
||||
<div>
|
||||
<?php
|
||||
$dbh=db_open();
|
||||
$query=sprintf("SELECT * FROM domain WHERE client=%d",
|
||||
$_SESSION["client"]);
|
||||
$result=pg_query($dbh, $query);
|
||||
|
@ -26,7 +26,6 @@ else {
|
|||
}
|
||||
print("</table>");
|
||||
}
|
||||
db_close($dbh);
|
||||
?>
|
||||
</div>
|
||||
<a href="registerdomain.php"><?php print(_("Add domain")); ?></a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue