fix references to report_server

This commit is contained in:
Albert Yi
2016-12-01 12:34:57 -08:00
parent f46aaad39d
commit af42f52d4a
7 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
<script type="text/javascript">
$(function() {
$.get("<%= Danbooru.config.report_server %>/user_searches", {
$.get("<%= Danbooru.config.reportbooru_server %>/user_searches", {
uid: <%= user.id %>,
sig: "<%= sig %>"
}, function(data) {