diff --git a/res/forum/admin.html b/res/forum/admin/admin.html
similarity index 100%
rename from res/forum/admin.html
rename to res/forum/admin/admin.html
diff --git a/res/forum/script.js b/res/forum/script.js
index 03877de..4633980 100644
--- a/res/forum/script.js
+++ b/res/forum/script.js
@@ -6,7 +6,7 @@ function show(file)
$.ajax
({
- url: "./res/forum/" + file + ".html",
+ url: "./res/forum/" + file + "/" + file + ".html",
dataType: "html",
success: function(data)
{