aboutsummaryrefslogtreecommitdiffstats
path: root/php/mkdir.php
diff options
context:
space:
mode:
Diffstat (limited to 'php/mkdir.php')
-rw-r--r--php/mkdir.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/php/mkdir.php b/php/mkdir.php
index cf5e8e4..def17b7 100644
--- a/php/mkdir.php
+++ b/php/mkdir.php
@@ -8,6 +8,7 @@ $parent_directory=$_POST['parent_directory'];
$dirname=$_POST['dirname'];
$user=$_SESSION['user_object'];
+error_log("user is creating a directory".$user->username);
create_directory($parent_directory,$dirname,"",$user);