| File was renamed from interface/web/sites/list/web_aliasdomain.list.php |
| | |
| | | |
| | | |
| | | // Name of the list |
| | | $liste["name"] = "web_aliasdomain"; |
| | | $liste["name"] = "web_childdomain"; |
| | | |
| | | // Database table |
| | | $liste["table"] = "web_domain"; |
| | |
| | | $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"; |