mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
9 lines
190 B
Perl
Executable File
9 lines
190 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
# root.cgi
|
|
# Return information about the root directory
|
|
|
|
require './file-lib.pl';
|
|
print "Content-type: text/plain\n\n";
|
|
&go_chroot();
|
|
print &file_info_line("/"),"\n";
|