[Fixed] [0.2.0a] - CWD Listing - −

Want to share what MODs you've gotten to work with EM? Happy about all the time your're saving? Want to say "thanks"? Here's the place.
Forum rules
DO NOT give out any FTP passwords to anyone! There is no reason to do so! If you need help badly enough, create a temporary FTP account that is restricted to only the files that you need help with and give the information for that. Giving out FTP information can be very dangerous!
Locked
User avatar
Nux
Registered User
Posts: 943
Joined: Tue Jun 14, 2005 5:09 pm
Location: 3cities, Poland
Contact:

[Fixed] [0.2.0a] - CWD Listing - −

Post by Nux »

I mean this:

Code: Select all

drwxr−xr−x .
drwxr−xr−x ..
I know it's b/c of some bug in phpBB 2.2, but let's just not depend on this to be solved and just use simple '-' and not '−'

This is in em_includes/em_functions.php
In function:
function mfunGetPerms( $in_Perms )
REPLACE ALL

Code: Select all

−
WITH

Code: Select all

-

wGEric
Registered User
Posts: 521
Joined: Wed Jun 11, 2003 2:07 am
Contact:

Re: [Fixed] [0.2.0a] - CWD Listing - −

Post by wGEric »

This will be fixed in the next version.
Eric

Locked