Marius Cramer
2014-01-24 3669b3c10e2ead466165be34fa28078e59703567
interface/web/sites/list/web_childdomain.list.php
File was renamed from interface/web/sites/list/web_aliasdomain.list.php
@@ -13,7 +13,7 @@
// Name of the list
$liste["name"]     = "web_aliasdomain";
$liste["name"]     = "web_childdomain";
// Database table
$liste["table"]    = "web_domain";
@@ -28,13 +28,13 @@
$liste["records_per_page"]  = "15";
// Script File of the list
$liste["file"]    = "web_aliasdomain_list.php";
$liste["file"]    = "web_childdomain_list.php";
// Script file of the edit form
$liste["edit_file"]   = "web_aliasdomain_edit.php";
$liste["edit_file"]   = "web_childdomain_edit.php";
// Script File of the delete script
$liste["delete_file"]  = "web_aliasdomain_del.php";
$liste["delete_file"]  = "web_childdomain_del.php";
// Paging Template
$liste["paging_tpl"]  = "templates/paging.tpl.htm";