1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00
This commit is contained in:
foobar
2003-04-25 10:53:31 +00:00
parent 2e3222d165
commit be525968af
-6
View File
@@ -1,6 +0,0 @@
<?php
include dirname(__FILE__)."/../OS/Guess.php";
$os =& new OS_Guess;
print $os->getSignature() . "\n";