File: table_names.php

package info (click to toggle)
dtc 0.35.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 18,824 kB
  • sloc: php: 50,739; sh: 8,596; makefile: 572; perl: 148; xml: 25
file content (66 lines) | stat: -rw-r--r-- 2,728 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<?php

$pro_mysql_domain_table = "domain";
$pro_mysql_admin_table = "admin";
$pro_mysql_subdomain_table = "subdomain";
$pro_mysql_pop_table = "pop_access";
$pro_mysql_mailaliasgroup_table = "mailalias";
$pro_mysql_ftp_table = "ftp_access";
$pro_mysql_ssh_table = "ssh_access";
$pro_mysql_client_table = "clients";
$pro_mysql_command_table = "commande";
$pro_mysql_new_command_table = "command_new";
$pro_mysql_config_table = "config";
$pro_mysql_cronjob_table = "cron_job";
$pro_mysql_whois_table = "whois";
$pro_mysql_nameservers_table = "nameservers";
$pro_mysql_handle_table = "handle";
$pro_mysql_product_table = "product";
$pro_mysql_pay_table = "paiement";
$pro_mysql_smtplogs_table = "smtp_logs";
$pro_mysql_new_admin_table = "new_admin";
$pro_mysql_pending_queries_table = "pending_queries";
$pro_mysql_secpayconf_table = "secpayconf";
$pro_mysql_backup_table = "backup";
$pro_mysql_fetchmail_table = "fetchmail";
$pro_mysql_whitelist_table = "whitelist";
$pro_mysql_list_table = "mailinglist";
$pro_mysql_acc_http_table = "http_accounting";
$pro_mysql_acc_ftp_table = "ftp_accounting";
$pro_mysql_acc_email_table = "email_accounting";
$pro_mysql_registry_table = "registry";
$pro_mysql_vps_table = "vps";
$pro_mysql_vps_ip_table = "vps_ip";
$pro_mysql_vps_server_table = "vps_server";
$pro_mysql_vps_stats_table = "vps_stats";
$pro_mysql_vps_server_lists_table = "vps_server_lists";
$pro_mysql_pending_renewal_table = "pending_renewal";
$pro_mysql_tik_admins_table = "tik_admins";
$pro_mysql_tik_queries_table = "tik_queries";
$pro_mysql_tik_cats_table = "tik_cats";
$pro_mysql_tik_atc_table = "tik_attach";
$pro_mysql_ssl_ips_table = "ssl_ips";
$pro_mysql_dedicated_ips_table = "dedicated_ip";
$pro_mysql_dedicated_table = "dedicated";
$pro_mysql_companies_table = "companies";
$pro_mysql_invoicing_table = "invoicing";
$pro_mysql_completedorders_table = "completedorders";
$pro_mysql_spent_moneyout_table = "spent_moneyout";
$pro_mysql_spent_providers_table = "spent_providers";
$pro_mysql_spent_type_table = "spent_type";
$pro_mysql_spent_bank_table = "spent_bank";
$pro_mysql_ip_pool_table = "ip_pool";
$pro_mysql_registrar_domains_table = "registrar_domains";
$pro_mysql_radgroupcheck_table = "radgroupcheck";
$pro_mysql_nas_table = "nas";
$pro_mysql_radgroup_table = "radgroup";
$pro_mysql_radgroupreply_table = "radgroupreply";
$pro_mysql_raduser_table = "radusergroup";
$pro_mysql_radreply_table = "radreply";
$pro_mysql_radcheck_table = "radcheck";
$pro_mysql_custom_fld_table = "custom_fld";
$pro_mysql_user_cron_table = "user_cron";
$pro_mysql_custom_heb_types_table = "custom_heb_types";
$pro_mysql_custom_heb_types_fld_table = "custom_heb_types_fld";
$pro_mysql_custom_product_table = "custom_product";
?>