tidy up some ancient base_href / data_href messes; base_href as a config variable is no longer used

This commit is contained in:
Shish
2012-01-20 03:29:29 +00:00
parent 18e36f9b31
commit 49e7bfa1b2
9 changed files with 13 additions and 16 deletions

View File

@@ -539,7 +539,10 @@ function set_prefixed_cookie($name, $value, $time, $path) {
}
/**
* Figure out the path to the shimmie install root.
* Figure out the path to the shimmie install directory.
*
* eg if shimmie is visible at http://foo.com/gallery, this
* function should return /gallery
*
* PHP really, really sucks.
*