mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
Add action for saving generic domain configuration
This commit is contained in:
parent
2af279d6c3
commit
c75704c1ce
2 changed files with 10 additions and 1 deletions
|
|
@ -500,6 +500,15 @@ class adminAdminController extends admin
|
|||
$this->setMessage('success_deleted');
|
||||
}
|
||||
|
||||
/**
|
||||
* Update domains configuration.
|
||||
*/
|
||||
function procAdminUpdateDomains()
|
||||
{
|
||||
$vars = Context::getRequestVars();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* Update notification configuration.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue