DIR: /home/otwalrll/.trash/wp-content/plugins/wpdatatables/lib/analog/analog/examples/ |
Current File : /home/otwalrll/.trash/wp-content/plugins/wpdatatables/lib/analog/analog/examples/apprise.php |
<?php require '../lib/Analog.php'; $command = '/usr/local/bin/apprise'; $service = 'slack://tokenA/tokenB/tokenC/#slack-channel'; Analog::handler (Analog\Handler\Apprise::init ($command, $service)); Analog::log ('Output to apprise command'); ?> |