summaryrefslogtreecommitdiff
path: root/js/functions.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-04 19:45:26 +0400
committerAndrew Dolgov <[email protected]>2013-04-04 19:45:26 +0400
commitf240d26e46f028f0b80d8a19760533ce722c84c4 (patch)
tree9b03b06da3b3241239e97c3f6c87fa29514ca3db /js/functions.js
parentb4c47f7e7b4c8220e07115f27c373df20503d576 (diff)
move db-updater functionality to public, remove db-updater.php
Diffstat (limited to 'js/functions.js')
-rw-r--r--js/functions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/functions.js b/js/functions.js
index 4e4d03557..82cfa9054 100644
--- a/js/functions.js
+++ b/js/functions.js
@@ -508,7 +508,7 @@ function fatalError(code, msg, ext_info) {
if (code == 6) {
window.location.href = "index.php";
} else if (code == 5) {
- window.location.href = "db-updater.php";
+ window.location.href = "public.php?op=dbupdate";
} else {
if (msg == "") msg = "Unknown error";