Mercurial > hg > webaudioevaluationtool
view php/config.php @ 3123:c7de85e03321
As 5pm approaches,the error count increases (YAUC)
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Wed, 18 Jul 2018 16:53:38 +0100 |
parents | 53d701288da5 |
children | 8bef85957a2f |
line wrap: on
line source
<?php function getSaveLocation() { if (isset($_ENV["WAET_SAVES_LOCATION"])) { return $_ENV["WAET_SAVES_LOCATION"]; } else { return "../saves/"; } } function getTestLocation() { if (isset($_ENV["WAET_TEST_LOCATION"])) { return $_ENV["WAET_TEST_LOCATION"]; } else { return "../tests/"; } } ?>