Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-06-24 01:23:50 +0400
committerRouslan Placella <rouslan@placella.com>2012-10-31 00:10:20 +0400
commit9e3a9ee52f888812e7a2829d132eebe95051c590 (patch)
treec1da4c323db78912bcd4a94df9eb0d1b80b57d8f /js/config.js
parent69b81e843b0512efde435d89d91fc56354ce8964 (diff)
Dropped main.php
Diffstat (limited to 'js/config.js')
-rw-r--r--js/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/config.js b/js/config.js
index 359c6d0b30..4c35958d34 100644
--- a/js/config.js
+++ b/js/config.js
@@ -764,7 +764,7 @@ function offerPrefsAutoimport()
var a = $(this);
if (a.attr('href') == '#no') {
cnt.remove();
- $.post('main.php', {
+ $.post('index.php', {
token: cnt.find('input[name=token]').val(),
prefs_autoload: 'hide'});
return;