mirror of
https://github.com/jimeh/dlist.git
synced 2026-02-19 07:56:41 +00:00
- 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:
@@ -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']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user