Files
2023-04-17 11:06:08 +09:00

53 lines
2.3 KiB
PHP

<?php
$table['s_module'] = $DB['head'].'_s_module';
$table['s_admpage'] = $DB['head'].'_s_admpage';
$table['s_mobile'] = $DB['head'].'_s_mobile';
$table['s_domain'] = $DB['head'].'_s_domain';
$table['s_menu'] = $DB['head'].'_s_menu';
$table['s_page'] = $DB['head'].'_s_page';
$table['s_site'] = $DB['head'].'_s_site';
$table['s_popup'] = $DB['head'].'_s_popup';
$table['s_mbrid'] = $DB['head'].'_s_mbrid';
$table['s_mbrdata'] = $DB['head'].'_s_mbrdata';
$table['s_mbrcomp'] = $DB['head'].'_s_mbrcomp';
$table['s_mbrlevel'] = $DB['head'].'_s_mbrlevel';
$table['s_mbrgroup'] = $DB['head'].'_s_mbrgroup';
$table['s_mbrsns'] = $DB['head'].'_s_mbrsns';
$table['s_mbrtoken'] = $DB['head'].'_s_mbrtoken';
$table['s_iidtoken'] = $DB['head'].'_s_iidtoken';
$table['s_mbremail'] = $DB['head'].'_s_mbremail';
$table['s_mbrphone'] = $DB['head'].'_s_mbrphone';
$table['s_mbrshipping'] = $DB['head'].'_s_mbrshipping';
$table['s_mbrmonth'] = $DB['head'].'_s_mbrmonth';
$table['s_mbrday'] = $DB['head'].'_s_mbrday';
$table['s_guestauth'] = $DB['head'].'_s_guestauth';
$table['s_code'] = $DB['head'].'_s_code';
$table['s_saved'] = $DB['head'].'_s_saved';
$table['s_paper'] = $DB['head'].'_s_paper';
$table['s_sms'] = $DB['head'].'_s_sms';
$table['s_friend'] = $DB['head'].'_s_friend';
$table['s_point'] = $DB['head'].'_s_point';
$table['s_cash'] = $DB['head'].'_s_cash';
$table['s_money'] = $DB['head'].'_s_money';
$table['s_userpic'] = $DB['head'].'_s_userpic';
$table['s_counter'] = $DB['head'].'_s_counter';
$table['s_referer'] = $DB['head'].'_s_referer';
$table['s_browser'] = $DB['head'].'_s_browser';
$table['s_inkey'] = $DB['head'].'_s_inkey';
$table['s_outkey'] = $DB['head'].'_s_outkey';
$table['s_upload'] = $DB['head'].'_s_upload';
$table['s_uploadcat'] = $DB['head'].'_s_uploadcat';
$table['s_comment'] = $DB['head'].'_s_comment';
$table['s_oneline'] = $DB['head'].'_s_oneline';
$table['s_opinion'] = $DB['head'].'_s_opinion';
$table['s_rating'] = $DB['head'].'_s_rating';
$table['s_numinfo'] = $DB['head'].'_s_numinfo';
$table['s_tag'] = $DB['head'].'_s_tag';
$table['s_seo'] = $DB['head'].'_s_seo';
$table['s_xtralog'] = $DB['head'].'_s_xtralog';
$table['s_notice'] = $DB['head'].'_s_notice';
$table['s_feed'] = $DB['head'].'_s_feed';
$table['s_history'] = $DB['head'].'_s_history';
$table['s_gitlog'] = $DB['head'].'_s_gitlog';
?>