From f240d26e46f028f0b80d8a19760533ce722c84c4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 4 Apr 2013 19:45:26 +0400 Subject: move db-updater functionality to public, remove db-updater.php --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') 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"; -- cgit v1.2.3