5 lines
99 B
SQL
5 lines
99 B
SQL
SET SESSION sql_mode = '';
|
|
SET NAMES 'utf8';
|
|
|
|
UPDATE `PREFIX_employee` SET `bo_css` = "theme.css";
|