diff --git a/README.MD b/README.MD index 05db2e8..372c3a7 100644 --- a/README.MD +++ b/README.MD @@ -14,7 +14,7 @@ Directories and Files * /p/: User content (use 404.php as error handler) * /b/: User blog posts. Create subdirectory with year, then drop .php blog posts into there * /b/img: Again, create subfolder with year, drop images in there -* /b/pimg: Must be writable by www-data, will contain auto-generated thumbnails +* /pimg: Must be writable by the web server, will contain auto-generated thumbnails * /s/: Resources for pages License diff --git a/b/pimg/keep b/pimg/.keep similarity index 100% rename from b/pimg/keep rename to pimg/.keep