initial commit; version 22.5.12042
This commit is contained in:
20
includes/alerting/devnull.inc.php
Normal file
20
includes/alerting/devnull.inc.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Observium
|
||||
*
|
||||
* This file is part of Observium.
|
||||
*
|
||||
* @package observium
|
||||
* @subpackage alerting
|
||||
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2015 Observium Limited
|
||||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* This lies and says it did something. It did not. Used to prevent default.
|
||||
*/
|
||||
|
||||
$notify_status['success'] = TRUE;
|
||||
|
||||
// EOF
|
Reference in New Issue
Block a user