mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-13 08:34:36 +02:00
Add Monstra from HG Commit 683dcb70c4cc
This commit is contained in:
4
plugins/captcha/install/captcha.install.php
Normal file
4
plugins/captcha/install/captcha.install.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php defined('MONSTRA_ACCESS') or die('No direct script access.');
|
||||
|
||||
// Add New Options
|
||||
Option::add('captcha_installed', 'true');
|
11
plugins/captcha/install/captcha.manifest.xml
Normal file
11
plugins/captcha/install/captcha.manifest.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<root>
|
||||
<plugin_location>plugins/captcha/captcha.plugin.php</plugin_location>
|
||||
<plugin_status>active</plugin_status>
|
||||
<plugin_priority>15</plugin_priority>
|
||||
<plugin_name>Captcha</plugin_name>
|
||||
<plugin_description>Captcha plugin for Monstra</plugin_description>
|
||||
<plugin_version>1.0.0</plugin_version>
|
||||
<plugin_author>Awilum</plugin_author>
|
||||
<plugin_author_uri>http://monstra.org/</plugin_author_uri>
|
||||
</root>
|
4
plugins/captcha/install/captcha.uninstall.php
Normal file
4
plugins/captcha/install/captcha.uninstall.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php defined('MONSTRA_ACCESS') or die('No direct script access.');
|
||||
|
||||
// Delete Options
|
||||
Option::delete('captcha_installed');
|
Reference in New Issue
Block a user