diff --git a/uppbox/AutoTest/AutoTest.cpp b/uppbox/AutoTest/AutoTest.cpp
index a15942db2..2429a8b4c 100644
--- a/uppbox/AutoTest/AutoTest.cpp
+++ b/uppbox/AutoTest/AutoTest.cpp
@@ -102,7 +102,9 @@ void Do(const char *nest, const char *bm, bool release, bool test)
}
break;
}
- Sleep(10);
+ String h;
+ p.Read(h); // Empty the pipe to avoid blocking
+ Sleep(1);
}
infolog << ", " << msecs(msecs0) / 1000.0 << " s";
}
diff --git a/uppbox/uppweb/forum-header.txt b/uppbox/uppweb/forum-header.txt
new file mode 100644
index 000000000..4b6c61740
--- /dev/null
+++ b/uppbox/uppweb/forum-header.txt
@@ -0,0 +1,155 @@
+
+
+
+
+
+ {GVAR: FORUM_TITLE}{VAR: TITLE_EXTRA}
+
+
+ {VAR: RSS}
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+
+
+ |
+
+
+ |
+
+
+
+| Search in forums
+
+ |
+
+
+
+
+ |
+
+
+
+
+
+
+
+ |
+
+
+ |
+
+
+
+
+
+
+
+
+
|
+
+
+ |
+
+ |
+|
diff --git a/uppbox/uppweb/uppweb.upp b/uppbox/uppweb/uppweb.upp
index 05bdaf0ad..cddf24896 100644
--- a/uppbox/uppweb/uppweb.upp
+++ b/uppbox/uppweb/uppweb.upp
@@ -53,7 +53,8 @@ file
forum.txt,
spam.txt,
2008.txt,
- www.t;
+ www.t,
+ forum-header.txt;
mainconfig
"" = "MT SKELETON RAINBOW NOGTK";
|
|
|