summaryrefslogtreecommitdiff
path: root/admin_media_upload.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2013-01-09 09:44:38 +0000
committerfisharebest <fisharebest@gmail.com>2013-01-09 09:44:38 +0000
commit1c9d0a3040114b555c5d4c1473e7a21e086a540d (patch)
tree35dda557004304522df023b51cbbbf4607282a71 /admin_media_upload.php
parent664e15817f676600d457f939e41b21ce242cd515 (diff)
downloadwebtrees-1c9d0a3040114b555c5d4c1473e7a21e086a540d.tar.gz
webtrees-1c9d0a3040114b555c5d4c1473e7a21e086a540d.tar.bz2
webtrees-1c9d0a3040114b555c5d4c1473e7a21e086a540d.zip
Update comments, renaming "directory" to "folder"
Diffstat (limited to 'admin_media_upload.php')
-rw-r--r--admin_media_upload.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin_media_upload.php b/admin_media_upload.php
index 92e0e98333..6578d2a2d4 100644
--- a/admin_media_upload.php
+++ b/admin_media_upload.php
@@ -2,7 +2,7 @@
// Allow admin users to upload media files using a web interface.
//
// webtrees: Web based Family History software
-// Copyright (C) 2011 webtrees development team.
+// Copyright (C) 2013 webtrees development team.
//
// Derived from PhpGedView
// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
@@ -28,7 +28,7 @@ require './includes/session.php';
require_once WT_ROOT.'includes/functions/functions_mediadb.php';
/**
- * This functions checks if an existing directory is physically writeable
+ * This functions checks if an existing folder is physically writeable
* The standard PHP function only checks for the R/O attribute and doesn't
* detect authorisation by ACL.
*/
@@ -68,7 +68,7 @@ if ($action == "upload") {
process_uploadMedia_form();
}
-// Check if Media Directory is writeable.
+// Check if the media folder is writeable.
// If not, then do not continue
if (!dir_is_writable($MEDIA_DIRECTORY)) {
echo '<p class="ui-state-error">';