r1006 - webspace/include
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Fri Dec 1 17:13:51 EST 2006
Author: floam
Date: 2006-12-01 17:13:51 -0500 (Fri, 01 Dec 2006)
New Revision: 1006
Modified:
webspace/include/thebrain.php
Log:
Add Solaris support.
Modified: webspace/include/thebrain.php
===================================================================
--- webspace/include/thebrain.php 2006-12-01 21:06:26 UTC (rev 1005)
+++ webspace/include/thebrain.php 2006-12-01 22:13:51 UTC (rev 1006)
@@ -75,6 +75,9 @@
case "MacOSX":
$os = "apple";
break;
+ case "SunOS":
+ $os = "solaris";
+ break;
default:
$os = false;
break;
More information about the quake3-commits
mailing list