Access denied in some directories ..
Status: Alpha
Brought to you by:
yero
If you try to access to directories with 2 chars, the app
gets an 'access denied' msg ..
The problem is with ereg() function in line 387
(explorer.php), you must escape the dots:
ereg("\/\.\./", $currentdir)