Oh no! Some styles failed to load. 😵 Please try reloading this page
Menu â–¾ â–´

#187 CreateServerFolder - mkdir compatibility

closed
None
5
2007-07-07
2005-12-20
mvl22
No

in io.php , add to the start of CreateServerFolder()

# Ensure the folder path has no double-slashes, or
mkdir may fail on certain platforms
while (strpos ($folderPath, '//') !== false) {
$folderPath = str_replace ('//', '/',
$folderPath);
}

Discussion

  • Alfonso Martinez

    • assigned_to: nobody --> alfonsoml
     
  • Alfonso Martinez

    • status: open --> closed
     

Log in to post a comment.

Get latest updates about Open Source Projects, Conferences and News.

Sign Up No, Thank you