diff -r b22f8bf63b17 -r bcb2ecc51239 www-thermferm/maintenance.php --- a/www-thermferm/maintenance.php Sat Jun 27 14:24:39 2015 +0200 +++ b/www-thermferm/maintenance.php Sat Jun 27 16:15:23 2015 +0200 @@ -76,14 +76,6 @@ $outstr .= '
'.PHP_EOL; $outstr .= ' '.PHP_EOL; $outstr .= '
'.PHP_EOL; -/* - * See if the server supports simulators - */ -if (send_cmd_check("SIMULATOR LIST") == 0) { - $outstr .= '
'.PHP_EOL; - $outstr .= ' '.PHP_EOL; - $outstr .= '
'.PHP_EOL; -} $outstr .= ' '.PHP_EOL; $outstr .= ' '.PHP_EOL; $outstr .= ' '.PHP_EOL; $outstr .= build_footer();