aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Ugnich Anton2014-03-04 04:26:16 +0700
committerGravatar Ugnich Anton2014-03-04 04:26:16 +0700
commit7f6931ae1cc26dfd1d60c0884f8633ea2c81ab0e (patch)
tree2639440cdcdd58e902f90bbfc076752feca3fc91 /src
parentce8a8f3cea793183a152f1ba92494916b0779371 (diff)
Help update
Diffstat (limited to 'src')
-rw-r--r--src/java/com/juick/http/www/Help.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/java/com/juick/http/www/Help.java b/src/java/com/juick/http/www/Help.java
index 101988bb..e69b93a7 100644
--- a/src/java/com/juick/http/www/Help.java
+++ b/src/java/com/juick/http/www/Help.java
@@ -57,7 +57,7 @@ public class Help {
page = "index";
}
- File f = new File("/var/www/juick.com/help3/" + path[2] + "/" + page);
+ File f = new File("/var/www/juick.com/help/" + path[2] + "/" + page);
if (!f.isFile()) {
response.sendError(404);
return;
@@ -70,9 +70,7 @@ public class Help {
PageTemplates.pageNavigation(out, visitor, null);
out.println("<aside id=\"column\">");
- printFile(out, new File("/var/www/juick.com/help3/" + path[2] + "/navigation"));
- out.println("<hr/>");
- printFile(out, new File("/var/www/juick.com/help3/langs"));
+ printFile(out, new File("/var/www/juick.com/help/" + path[2] + "/navigation"));
out.println("</aside>");
out.println("<section id=\"content\">");