2024.8.23
|
Static Public Member Functions | |
static | process () |
Definition at line 10 of file class.tpl.app.EditConf.php.
|
static |
Processes the request to edit the configuration file.
This method generates a Notepad item string that allows the user to edit the bearsampp.conf
file. It utilizes global variables to access language settings and the root path of the application.
@global LangProc $bearsamppLang The language processor for retrieving localized strings. @global Root $bearsamppRoot The root object for accessing application paths.
Definition at line 22 of file class.tpl.app.EditConf.php.
References $bearsamppLang, $bearsamppRoot, TplAestan\getItemNotepad(), and Lang\MENU_EDIT_CONF.
Referenced by TplApp\getSectionMenuRight().