1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 18:30:20 +02:00

Monstra Library: basic core improvments

This commit is contained in:
Awilum
2013-01-04 21:08:04 +02:00
parent 7437cc6abb
commit ef12b7492e
289 changed files with 16265 additions and 17155 deletions

View File

@@ -1,4 +1,4 @@
<?php defined('MONSTRA_ACCESS') or die('No direct script access.');
// Add New Options
Option::add('captcha_installed', 'true');
Option::add('captcha_installed', 'true');

View File

@@ -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>

View File

@@ -1,4 +1,4 @@
<?php defined('MONSTRA_ACCESS') or die('No direct script access.');
// Delete Options
Option::delete('captcha_installed');
Option::delete('captcha_installed');