Use official names for wiki (wiki.phpmyadmin.net) and demo server (demo.phpmyadmin.net).

This commit is contained in:
Michal Čihař
2009-03-24 12:56:58 +00:00
parent 9f7347ca4c
commit 0532d03db2
59 changed files with 278 additions and 278 deletions

View File

@@ -565,7 +565,7 @@ class FormDisplay
if ($test == 'Export') {
$opt_name = substr($opt_name, 7);
}
return 'http://wiki.cihar.com/pma/Config#' . $opt_name;
return 'http://wiki.phpmyadmin.net/pma/Config#' . $opt_name;
}
/**