[Lunar-commits] <lunar> Server side rewrite rule now requires to submit to www.
Auke Kok
sofar at foo-projects.org
Mon Jul 2 04:43:17 CEST 2012
commit f79d9e52fc84b970df1c9d4ac7aa0d33a5e51c77
Author: Auke Kok <auke at foo-projects.org>
Date: Sun Jan 22 23:03:15 2012 +0100
Server side rewrite rule now requires to submit to www.
---
bin/lvu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/lvu b/bin/lvu
index df53256..0fea681 100755
--- a/bin/lvu
+++ b/bin/lvu
@@ -914,7 +914,7 @@ submit_module() {
) >> $TMP_MSG2
cat $TMP_MSG2
if query "Submit this module now?" y; then
- curl -F file=@$TMP_MSG2 -F module=$1 -F id=$UNIQID "http://lunar-linux.org/submit.php"
+ curl -F file=@$TMP_MSG2 -F module=$1 -F id=$UNIQID "http://www.lunar-linux.org/submit.php"
temp_destroy $TMP_MSG2
temp_destroy $TMP_MSG
else
More information about the Lunar-commits
mailing list