Importing version 0.3.4

git-svn-id: https://svn.alkaloid.net/gpl/ldap2dns/trunk@7 06cd67b6-e706-0410-b29e-9de616bca6e9
This commit is contained in:
Ben Klang
2005-12-02 04:26:14 +00:00
parent 8e85c2c2be
commit 24f0ba9a9c
45 changed files with 3757 additions and 144 deletions

4
webadmin/xearthimage.php Normal file
View File

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