Dotclear

Changeset 459 for plugins/dcom


Ignore:
Timestamp:
06/27/08 10:30:18 (15 years ago)
Author:
sacha
Message:

Ajout des vérifications pour éviter l'exécution des plugins en dehors de Dotclear

Location:
plugins/dcom
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcom/_admin.php

    r407 r459  
    1414 *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA    * 
    1515\***************************************************************/ 
     16if (!defined('DC_CONTEXT_ADMIN')) { return; } 
    1617 
    1718$core->addBehavior('initWidgets',array('adminDcom','initWidget')); 
  • plugins/dcom/_define.php

    r407 r459  
    1414 *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA    * 
    1515\***************************************************************/ 
     16if (!defined('DC_RC_PATH')) { return; } 
    1617 
    1718$this->registerModule( 
  • plugins/dcom/_prepend.php

    r407 r459  
    1414 *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA    * 
    1515\***************************************************************/ 
     16if (!defined('DC_RC_PATH')) { return; } 
    1617 
    1718class commonDcom 
  • plugins/dcom/_public.php

    r407 r459  
    1414 *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA    * 
    1515\***************************************************************/ 
     16if (!defined('DC_RC_PATH')) { return; } 
    1617 
    1718$core->tpl->addValue('showDcom',array('publicDcom','showTpl')); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map