mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-14 10:06:23 +02:00
5 lines
187 B
PHP
5 lines
187 B
PHP
<?php defined('MONSTRA_ACCESS') or die('No direct script access.');
|
|
|
|
// Add New Options
|
|
Option::add('sandbox', 'sandbox test value');
|
|
Option::add('sandbox_template', 'index'); |