poll-device.php is no longer used / needed.

This commit is contained in:
Neil Lathwood
2014-10-11 17:19:33 +00:00
parent 88fb66c774
commit b351dcfd0f

View File

@@ -1,22 +0,0 @@
#!/usr/bin/env php
<?php
/**
* Observium
*
* This file is part of Observium.
*
* @package observium
* @subpackage poller
* @author Adam Armstrong <adama@memetic.org>
* @copyright (C) 2006 - 2012 Adam Armstrong
*
*/
echo("\nPLEASE USE 'poller.php' INSTEAD!\n");
include("poller.php");
echo("\nPLEASE USE 'poller.php' INSTEAD!\n");
?>