diff --git a/gpl-virtual-server/CHANGELOG b/gpl-virtual-server/CHANGELOG index 11655e73c..a0e16a9b1 100644 --- a/gpl-virtual-server/CHANGELOG +++ b/gpl-virtual-server/CHANGELOG @@ -496,3 +496,5 @@ On FreeBSD, the Gnu tar command gtar is used in preference to regular tar when i When MySQL is on a remote system, the 'show table status' command is used to get an approximate size for each database. Added the list-domains.pl API script from Virtualmin Pro. Added a Module Config option to have only one spamassassin process run at a time. +---- Changes since 3.62 ---- +Ported the Change IP Addresses page from Virtualmin GPL, to allow updating multiple domains at the same time. diff --git a/gpl-virtual-server/edit_newips.cgi b/gpl-virtual-server/edit_newips.cgi new file mode 120000 index 000000000..05d979306 --- /dev/null +++ b/gpl-virtual-server/edit_newips.cgi @@ -0,0 +1 @@ +../virtual-server/edit_newips.cgi \ No newline at end of file diff --git a/gpl-virtual-server/save_newips.cgi b/gpl-virtual-server/save_newips.cgi new file mode 120000 index 000000000..b402ca320 --- /dev/null +++ b/gpl-virtual-server/save_newips.cgi @@ -0,0 +1 @@ +../virtual-server/save_newips.cgi \ No newline at end of file