From 55906b3a09f19170ff22dbcd23ccda76131f4ef7 Mon Sep 17 00:00:00 2001 From: bradymiller Date: Fri, 15 Apr 2011 00:02:45 -0700 Subject: [PATCH] simple typo fix --- contrib/util/express.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/util/express.php b/contrib/util/express.php index fd5482d61..d12aae032 100755 --- a/contrib/util/express.php +++ b/contrib/util/express.php @@ -8,7 +8,7 @@ // This exit is to avoid malicious use of this script. // (before running this script, comment out the exit command) -// (when you are done running the script, remember to comment it out) +// (when you are done running the script, remember to uncomment the exit command) exit; if (!$_POST['submit']) { -- 2.11.4.GIT