summaryrefslogtreecommitdiff
path: root/htdocs/new-post.php
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2011-06-21 15:08:25 -0700
committerJesse Morgan <jesse@jesterpm.net ; true>2011-06-21 15:08:25 -0700
commit7de4c79febccde0f1855f5ab9c3c32700549db53 (patch)
tree2bb8077386df8f299e96f2fea0ca10b3af56160d /htdocs/new-post.php
parent84a9200647ea9e8f4d65e8d76bd263f4e82a922d (diff)
Automatically resize images
Diffstat (limited to 'htdocs/new-post.php')
-rw-r--r--htdocs/new-post.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/htdocs/new-post.php b/htdocs/new-post.php
index 1bcdc89..9082102 100644
--- a/htdocs/new-post.php
+++ b/htdocs/new-post.php
@@ -190,7 +190,8 @@ function handle_images() {
$post = $_SESSION['newpost'];
// Display image form
- echo "<p>You may upload up to four images with your post.</p>";
+ echo "<p>You may upload up to four images with your post."
+ . " Valid image types are JPEG and PNG.</p>";
form_start('source');