fix typo, add return

This commit is contained in:
<bdauvergne@entrouvert.com> 1206965400 +0200 0001-01-01 00:00:00 +00:00
parent 0daab03bd6
commit 8d91b92202
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
// $path = "/home/bdauvergne/public_html/data";
// $path = $_SERVER['DOCUMENT_ROOT'] . '/data';
if (! file_exists($path)) {
@mkdir($path,755,1)
@mkdir($path,755,1);
}
return $path;
}