mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-10 16:16:18 +02:00
6 lines
150 B
PHP
6 lines
150 B
PHP
<?php defined('MONSTRA_ACCESS') or die('No direct script access.');
|
|
|
|
// Delete Options
|
|
Option::delete('sandbox');
|
|
Option::delete('sandbox_template');
|