16 lines
597 B
INI
16 lines
597 B
INI
; vpanel-stack
|
|
; https://git.stack-source.com/msb/vpanel-stack
|
|
; Copyright (c) 2022 Matthew Saunders Brown <matthewsaundersbrown@gmail.com>
|
|
; GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
[maps]
|
|
; Panel (web admin) mapping
|
|
/ [sync] = Panel\Vhost\Vhosts
|
|
/Login [sync] = Panel\Login
|
|
/Logout [sync] = Panel\Logout
|
|
/Websites [sync] = Panel\Vhost\Vhosts
|
|
/Websites/Add [sync] = Panel\Vhost\VhostsAdd
|
|
/Websites/@vhost [sync] = Panel\Vhost\Vhosts
|
|
/Websites/@vhost/Edit [sync] = Panel\Vhost\VhostsEdit
|
|
/Websites/@vhost/Delete [sync] = Panel\Vhost\VhostsDelete
|