MantisBT: master-1.2.x 78821cbb

Author Committer Branch Timestamp Parent
dregad dregad master-1.2.x 2012-09-26 05:38 master-1.2.x 426fdbd1
Changeset

Streamline $g_path definition

Simplify the code by replacing uses of ternary operator with switch
statement and removing unnecessary variable assignments.

We now also cover the (admittedly unlikely) scenario where the
temporary path is empty, to ensure we always generate a valid path
that includes a trailing '/'.

mod - config_defaults_inc.php Diff File