diff --git a/index.php b/index.php index 62f1d24a07..bb4ce18343 100644 --- a/index.php +++ b/index.php @@ -152,7 +152,7 @@ if ($server > 0 || count($cfg['Servers']) > 1 . 'please do not change root, debian-sys-maint and pma users. ' . 'More information is available at %s.' ), - 'demo.phpmyadmin.net' + 'demo.phpmyadmin.net' ); echo '

'; echo ''; diff --git a/libraries/core.lib.php b/libraries/core.lib.php index aed40964e8..56548727ad 100644 --- a/libraries/core.lib.php +++ b/libraries/core.lib.php @@ -762,6 +762,7 @@ function PMA_isAllowedDomain($url) $_SERVER['SERVER_NAME'], /* phpMyAdmin domains */ 'wiki.phpmyadmin.net', 'www.phpmyadmin.net', 'phpmyadmin.net', + 'demo.phpmyadmin.net', 'docs.phpmyadmin.net', /* mysql.com domains */ 'dev.mysql.com','bugs.mysql.com',