Skip to content

Instantly share code, notes, and snippets.

<?php
/* ActivateNotify Plugin
by Breezer
http://forums.modx.com/index.php?topic=53213.0%3Bwap2
8/15/2010 7:12 pm est
*/
if ($modx->event->name == 'OnUserActivate') {
// array of emails to send the notification
@exside
exside / modx.log.php
Last active December 14, 2015 10:28 — forked from ideesimple/gist:752778
MODx log
$modx->log(modX::LOG_LEVEL_ERROR, "{ } log");