mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
Monstra Library: basic core improvments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php defined('MONSTRA_ACCESS') or die('No direct script access.');
|
||||
|
||||
// Add New Options
|
||||
Option::add('sandbox', 'sandbox test value');
|
||||
Option::add('sandbox_template', 'index');
|
||||
// Add New Options
|
||||
Option::add('sandbox', 'sandbox test value');
|
||||
Option::add('sandbox_template', 'index');
|
||||
|
@@ -8,4 +8,4 @@
|
||||
<plugin_version>1.0.0</plugin_version>
|
||||
<plugin_author>Awilum</plugin_author>
|
||||
<plugin_author_uri>http://monstra.org/</plugin_author_uri>
|
||||
</root>
|
||||
</root>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?php defined('MONSTRA_ACCESS') or die('No direct script access.');
|
||||
|
||||
// Delete Options
|
||||
Option::delete('sandbox');
|
||||
Option::delete('sandbox_template');
|
||||
// Delete Options
|
||||
Option::delete('sandbox');
|
||||
Option::delete('sandbox_template');
|
||||
|
Reference in New Issue
Block a user