blob: 59e77d2cceaee6bb45862bc1f4e5f8afd30132da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ajaxterm/index.cgi.orig
+++ ajaxterm/index.cgi
@@ -16,7 +16,7 @@
&ui_print_header(undef, $text{'index_title'}, "", undef, 1, 1);
# Check for python
-my $python = &has_command("python2") || &has_command("python");
+my $python = &has_command("python2.7") || &has_command("python");
if (!$python) {
&ui_print_endpage(&text('index_epython', "<tt>python</tt>"));
}
|