chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:12:17 +08:00
commit cf8edb9f21
44281 changed files with 1655134 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/usr/local/bin/perl
# Show the console, with a command field
use strict;
use warnings;
no warnings 'redefine';
no warnings 'uninitialized';
require './minecraft-lib.pl';
our (%in, %text, %config);
&ReadParse();
&ui_print_header(undef, $text{'console_title'}, "");
&is_minecraft_server_running() || &error($text{'console_edown'});
print "<iframe src=output.cgi width=100% height=70%></iframe>\n";
print "<iframe src=command.cgi width=100% height=100 frameborder=0></iframe>\n";
&ui_print_footer("", $text{'index_return'});