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,5 +1,4 @@
|
|||
<?php
|
||||
|
||||
require("tools.php");
|
||||
require("usertypes.php");
|
||||
$dbh=db_open();
|
||||
|
@ -98,14 +97,8 @@ function has_admin_account() {
|
|||
$result=db_query($dbh, $query);
|
||||
return (db_num_rows($result)!=0);
|
||||
}
|
||||
?>
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>GNU-Viech Administration tool Setup</title>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
|
||||
include("commonhead.php");
|
||||
if (!isset($_POST["mode"])) {
|
||||
$mode = "step1";
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue