| Zeile 1... |
Zeile 1... |
| 1 |
<?
|
1 |
<?php
|
| 2 |
//$URL: http://repos.lars-tiefland.de:8080/svn/webhosting/trunk/admin/gen_space.php $ last modified in Revision $Rev: 70 $ by $Author: lars $ at $Date: 2007-07-14 20:59:17 +0200 (Sa, 14. Jul 2007) $
|
2 |
//$URL: http://repos.lars-tiefland.de:8080/svn/webhosting/trunk/admin/gen_space.php $ last modified in Revision $Rev: 70 $ by $Author: lars $ at $Date: 2007-07-14 20:59:17 +0200 (Sa, 14. Jul 2007) $
|
| 3 |
require_once("common.php");
|
3 |
require_once("common.php");
|
| 4 |
$id=intval(isset($_POST["id"])?$_POST["id"]:0);
|
4 |
$id=intval(isset($_POST["id"])?$_POST["id"]:0);
|
| 5 |
$smarty->assign("title","Domain anlegen");
|
5 |
$smarty->assign("title","Domain anlegen");
|
| 6 |
$smarty->assign("error",false);
|
6 |
$smarty->assign("error",false);
|