remove servers references from header, they go in console

pull/1463/head
Isaac Connor 2016-05-04 09:07:29 -04:00
parent 36f94dddec
commit d342b11e64
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
require_once('includes/Server.php');
$servers = Server::find_all();
$running = daemonCheck();
$states = dbFetchAll( "select * from States" );
$status = $running?translate('Running'):translate('Stopped');