removal of data_href config variable -- it should be auto detected

git-svn-id: file:///home/shish/svn/shimmie2/trunk@304 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish
2007-07-16 21:30:28 +00:00
parent e614634cf9
commit f5ec3f861e
6 changed files with 8 additions and 5 deletions

View File

@@ -205,6 +205,10 @@ function get_memory_limit() {
return $memory;
}
function get_base_href() {
return dirname($_SERVER['SCRIPT_NAME']);
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *\
* Debugging functions *