- updated dirlist.lib.php file with bug fixes and added item filtering options.

- other minor changes/fixes/updates
- added LICENSE file to svn tree. license is Creative Commons 2.5, more legal stuff has to be written in each individual php file.

git-svn-id: file:///Users/jimeh/Desktop/dlist/trunk@20 a5845835-ea0f-0410-a762-dd0bfe9bfde8
This commit is contained in:
jim
2006-05-17 10:47:55 +00:00
parent 3f5b4da066
commit cc63bf5363
4 changed files with 251 additions and 7 deletions

View File

@@ -17,10 +17,8 @@ $config['default_scheme'] = 'http';
// process requested path
if ( preg_match("/^(.*?)\?(.*)$/i", $_SERVER['REQUEST_URI'], $dir_url) ) {
# $query_string = $dir_url[2];
$dir_url = urldecode($dir_url[1]);
} else {
# $query_string = '';
$dir_url = urldecode($_SERVER['REQUEST_URI']);
}