Awkward MS Windows detection code
Brought to you by:
retroj
Internally, jjfmapper.php always uses forward slash
path separators, and that is fine.. even convenient.
Yet its detection of the current path separator being
used is unnecessarily long and involved. PHP does
provide a constant for the path separator. Just have
to look it up and implement it.
Logged In: YES
user_id=983545
Fixed. Yet I will wait for feedback from someone running
the script under Windows before I close the bug.