[Lunar-commits] <lunar> Server side rewrite rule now requires to submit to www.
Auke Kok
auke at foo-projects.org
Sun Jan 22 23:03:15 CET 2012
commit 173e6c10a51d4a725c02ae4a9df8ef7ebaf2286b
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 files changed, 1 insertions(+), 1 deletions(-)
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