Skip to content

Commit

Permalink
Revision
Browse files Browse the repository at this point in the history
  • Loading branch information
HRIT-Florian committed Oct 3, 2016
1 parent 0261241 commit 5319acd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It´s possible to disable mailto function for each article, but not globally by
Here that Disable MailTo Plugin helps. It allows the activation and deactivation of the component by plugin settins. <br>
By default, com_mailto will be disabled. Just need to install Disable MailTo, it´s all, simple and effective. <br>

This plugin is like a switch to fire enable/disable com_mailto just on plugin save. So, it´s not realy a system plugin, <br>
This plugin is like a switch to fire enable/disable com_mailto just on plugin save. So, it´s not realy a system plugin, <br>
it´s a way beetween to optimize page load performance and bring that feature. <br>
**Plugin must be enabled to trigger enable/disable events. To undo changes, just need to uninstall plugin.** <br>

Expand Down
7 changes: 7 additions & 0 deletions dd_disable_mailto_script.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/**
* @version 1-1-0-0 // Y-m-d 2016-10-01
* @author Didldu e.K. Florian Häusler https://www.hr-it-solutions.com
* @copyright Copyright (C) 2011 - 2016 Didldu e.K. | HR IT-Solutions
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
**/

defined('_JEXEC') or die();

class plgSystemDD_Disable_MailToInstallerScript
Expand Down

0 comments on commit 5319acd

Please sign in to comment.