From 7de4c79febccde0f1855f5ab9c3c32700549db53 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 21 Jun 2011 15:08:25 -0700 Subject: Automatically resize images --- htdocs/new-post.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'htdocs/new-post.php') 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 "

You may upload up to four images with your post.

"; + echo "

You may upload up to four images with your post." + . " Valid image types are JPEG and PNG.

"; form_start('source'); -- cgit v1.2.3