diff --git a/app/views/static/mrtg.html.erb b/app/views/static/mrtg.html.erb new file mode 100644 index 000000000..6e630f8b9 --- /dev/null +++ b/app/views/static/mrtg.html.erb @@ -0,0 +1,35 @@ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/config/routes.rb b/config/routes.rb
index 455562faa..2fb5b6bce 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -251,6 +251,7 @@ Danbooru::Application.routes.draw do
match "/static/bookmarklet" => "static#bookmarklet", :as => "bookmarklet"
match "/static/site_map" => "static#site_map", :as => "site_map"
match "/static/terms_of_service" => "static#terms_of_service", :as => "terms_of_service"
+ match "/static/mrtg" => "static#mrtg", :as => "mrtg"
root :to => "posts#index"
end