
08-10-2010, 04:26 AM
|
|
LiteSpeed Staff
|
|
Join Date: Sep 2009
Posts: 2,226
|
|
"Site Domain" tip:"If not set, the name of this virtual host will be used"
so looks the value can be empty.
please try: edit
lsws/admin/html/classes/ws/DTblDef.php
change line 1888:
Quote:
|
new DAttr('siteDomain', 'domain', 'Site Domain', 'text', false, NULL, NULL, $this->_options['text_size']),
|
to
Quote:
|
new DAttr('siteDomain', 'domain', 'Site Domain', 'text', true, NULL, NULL, $this->_options['text_size']),
|
see if it finally works.
|