pool/web/yaamp/core/backend/backend.php
Tanguy Pruvot dbdd50321e Add basic notify rules check
sample db rule which mail the admin:

enabled, description, conditiontype, conditionvalue, notifytype

1, 'DCR Greater than X', 'price >', 0.0035, 'email'

see core/backend/notify.php for more details...
2016-06-01 17:32:20 +02:00

16 lines
373 B
PHP

<?php
require_once('blocks.php');
require_once('coins.php');
require_once('rawcoins.php');
require_once('users.php');
require_once('payment.php');
require_once('stats.php');
require_once('system.php');
require_once('services.php');
require_once('sell.php');
require_once('clear.php');
require_once('renting.php');
require_once('markets.php');
require_once('notify.php');