lisantra-technologies / VersionControl_Hg

A Mercurial client for PEAR written in PHP
2 stars 3 forks source link

use PHP_OS rather than to guess platform #6

Closed lornajane closed 11 years ago

lornajane commented 11 years ago

PHP_OS should always be present, $_SERVER['OS'] isn't actually set on my system. I had to guess what to use to make it work with windows though, so this should be tested.