Files
librenms-librenms/poll-device.php
T
Tyler Christiansen 774233327e update copyright notice
2013-10-28 01:46:59 -07:00

24 lines
422 B
PHP
Executable File

#!/usr/bin/env php
<?php
/**
* LibreNMS
*
* This file is part of LibreNMS
*
* @package librenms
* @subpackage cli
* @author LibreNMS Group <[email protected]>
* @copyright (C) 2006 - 2012 Adam Armstrong (as Observium)
* @copyright (C) 2013 LibreNMS Group
*
*/
echo("\nPLEASE USE 'poller.php' INSTEAD!\n");
include("poller.php");
echo("\nPLEASE USE 'poller.php' INSTEAD!\n");
?>