5 lines
160 B
PHP
5 lines
160 B
PHP
<?php
|
|
|
|
// Remove tiles that are no longer supported by the system.
|
|
ps_query("delete from dash_tile where title in ('themes','mycollections','helpandadvice')");
|