diff options
Diffstat (limited to 'www/functions')
| -rw-r--r-- | www/functions/func_folder.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/functions/func_folder.php b/www/functions/func_folder.php index 8b1ed12..145f14a 100644 --- a/www/functions/func_folder.php +++ b/www/functions/func_folder.php @@ -1,6 +1,6 @@ <?php -function mkdir($path, $new_folder_name, $share){ +function create_folder($path, $new_folder_name, $share){ $db = $GLOBALS["db"]; |
