1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-10 08:06:45 +02:00
Files
php-monstra/plugins/sandbox/install/sandbox.install.php
2013-01-04 21:08:04 +02:00

6 lines
176 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');