Reply to Re: server offers the .php as download

Re: server offers the .php as download new!
by Boris, 17 years, 6 months ago
I traced the problem to the next function:

function recursiveMkdir($strPath, $mode = 0777) {
  return is_dir($strPath) or ( recursiveMkdir(dirname($strPath), $mode) and @mkdir($strPath, $mode) );
}

any ideas on reasons for the problem?Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important