commit | b208f6502917b42a07b4bb7e5ffe2ef4b1359267 | [log] [tgz] |
---|---|---|
author | vlakoff <vlakoff@gmail.com> | Tue Apr 01 01:21:51 2014 +0200 |
committer | vlakoff <vlakoff@gmail.com> | Tue Apr 01 01:22:32 2014 +0200 |
tree | 6fa586bdccabc4ada2baa4c3c53cea11ec2f090c | |
parent | 8bec33f37bd0e4542d5f963a446283c10a2b2ffe [diff] |
Yet another method for determining "base_url" This one is great because we don't have to deal with the special cases: * in Windows, dirname('/foo/index.php') gives "/foo", but dirname('/index.php') gives "\" instead of "/" * dirname() doesn't include the trailing slash, with the expection of "/" (root) props @narfbg