]> git.mjollnir.org Git - moodle.git/commit
Two new $CFG runtime variables created $CFG->ostype (WINDOWS, UNIX) and
authorstronk7 <stronk7>
Thu, 23 Mar 2006 17:54:33 +0000 (17:54 +0000)
committerstronk7 <stronk7>
Thu, 23 Mar 2006 17:54:33 +0000 (17:54 +0000)
commitb8770bc0a599089bc611c2dbc8e0c80a8b32925e
tree55cd4af6ed3b89bcf1c1d19a24cf97d375a83087
parentf422ee81c32215c210d4ce5f3ba68a37505bf07e
Two new $CFG runtime variables created $CFG->ostype (WINDOWS, UNIX) and
$CFG->os (= PHP_OS) to handle it centrally. Also, although not critical,
it should be recommended to replace all the current uses of PHP_OS to the
new variables. See bug 4968.
(http://moodle.org/bugs/bug.php?op=show&bugid=4968)
lib/setup.php