# HG changeset patch # User Michiel Broek # Date 1435414523 -7200 # Node ID bcb2ecc51239a2a109ebfcb1709880f33e5041f1 # Parent b22f8bf63b17bcc4585918fcd3e4e48a3a937662 Moved the simulators button in the maintenance panel 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();