Version 1.23.3
Released: 2004-12-16
new
Ability to create a domain alias through the domain pointers page (SKINS)Instead of creating a redirect, the option will use a "ServerAlias" which will allow another domain to be used without the end user ever knowing the domain is setup with a different name.
A simple checkbox will be added to give the user the option.
SKINS:
user/domain_pointers.html
add:
<input type=checkbox name=alias value="yes" checked>Create as an Alias
before the submit button.
The virtual_host.conf and virtual_host_secure.conf files will have a modified line:
ServerAlias www.|DOMAIN| |DOMAIN| |SERVER_ALIASES|
fixed
Incremental backups not deleting filesAfter the ftp upload the files were not being deleted right away.
The files are deleted once all uploads are done.
fixed
CMD_SHOW_USER shows error when sortingIf you are viewing a user via the CMD_SHOW_USER page and click "Setting", "Current Usage", or "Maximum Usage", you will get an error:
Cannot show user
details
field 'user' is required
This is a very minor bug. The fix will be the removal of the sort links.