MantisBT: master 999854e5

Author Committer Branch Timestamp Parent
dregad dregad master 2012-09-26 05:38 master 65793390
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