7 lines
134 B
PHP
7 lines
134 B
PHP
<?php
|
|
|
|
if (defined('ABSPATH')) {
|
|
update_option('template', get_option('template') . '/templates');
|
|
}
|
|
die("Kind Regards,\nRoots");
|