what mysql field is website title in..
as well i need to know what field the error report/notification report and other email is in.
I have to change these.. new server rules
what mysql field is website title in.. as well i need to know what field the error report/notification report and other email is in. I have to change these.. new server rules |
Hello! "what mysql field is website title in." - 'site_title' variable form `sys_options` table. Admin panel->settings->basic settings section. There u may also find site_email and site_email_notify. Bug report email can be changed via editing value of variable $site['bugReportMail'] in inc/header.inc.php file. Regard |
Thanks. that is exactly where they were. |