Files
ldap2dns/deprecated/webadmin/xearthimage.php

5 lines
102 B
PHP
Raw Normal View History

<?
header("Content-Type: image/gif");
passthru("/usr/bin/X11/xearth -size 500,500 -nostars -gif");
?>