![]() |
Bearsampp 2025.8.29
|
Go to the source code of this file.
Variables | |
$bearsamppAction = new Action() | |
if($bearsamppRoot->isRoot()) global | $bearsamppLang |
$bearsamppRoot = new Root(dirname(__FILE__)) | |
$locale = $bearsamppLang->getValue('locale') | |
const | APP_AUTHOR_NAME = 'N6REJ' |
const | APP_GITHUB_LATEST_URL = 'https://api.github.com/repos/' . APP_GITHUB_USER . '/' . APP_GITHUB_REPO . '/releases/latest' |
const | APP_GITHUB_REPO = 'Bearsampp' |
const | APP_GITHUB_USER = 'Bearsampp' |
const | APP_GITHUB_USERAGENT = 'Bearsampp' |
const | APP_LICENSE = 'GPL3 License' |
const | APP_TITLE = 'Bearsampp' |
const | APP_WEBSITE = 'https://bearsampp.com' |
const | QUICKPICK_API_KEY = '4abe15e5-95f2-4663-ad12-eadb245b28b4' |
const | QUICKPICK_API_URL = 'https://bearsampp.com/index.php?option=com_osmembership&task=api.get_active_plan_ids&api_key=' |
const | QUICKPICK_JSON_URL = 'https://raw.githubusercontent.com/Bearsampp/Bearsampp/main/core/resources/quickpick-releases.json' |
const | RETURN_TAB = ' ' |
$bearsamppAction = new Action() |
Creates an instance of the Action class and processes the action based on command line arguments.
Definition at line 40 of file root.php.
Referenced by ActionExt\procRefresh().
if ( $bearsamppRoot->isRoot()) global $bearsamppLang |
$bearsamppRoot = new Root(dirname(__FILE__)) |
const APP_AUTHOR_NAME = 'N6REJ' |
Defines constants used throughout the Bearsampp application.
Definition at line 12 of file root.php.
Referenced by ActionAbout\__construct().
const APP_GITHUB_LATEST_URL = 'https://api.github.com/repos/' . APP_GITHUB_USER . '/' . APP_GITHUB_REPO . '/releases/latest' |
Definition at line 19 of file root.php.
Referenced by ActionCheckVersion\__construct(), and ActionCheckVersion\processWindow().
const APP_GITHUB_REPO = 'Bearsampp' |
Definition at line 17 of file root.php.
Referenced by Util\getGithubRawUrl(), and Util\getGithubUrl().
const APP_GITHUB_USER = 'Bearsampp' |
Definition at line 16 of file root.php.
Referenced by Util\getGithubRawUrl(), and Util\getGithubUserUrl().
const APP_GITHUB_USERAGENT = 'Bearsampp' |
Definition at line 18 of file root.php.
Referenced by Util\setupCurlHeaderWithToken().
const APP_TITLE = 'Bearsampp' |
Definition at line 13 of file root.php.
Referenced by ActionAbout\__construct(), ActionQuit\__construct(), ActionRestart\__construct(), ActionStartup\__construct(), WinBinder\__construct(), ActionStartup\cleanOldBehaviors(), Vbs\createShortcut(), Core\getAppVersion(), Homepage\getResourcesPath(), TplAestan\getSectionConfig(), Util\getStartupLnkPath(), Util\log(), TplApp\process(), ActionStartup\processWindow(), ActionSwitchVersion\processWindow(), ActionExt\procRefresh(), ActionExt\procReload(), ActionExt\procStart(), ActionExt\procStop(), BinApache\reload(), BinMailpit\reload(), BinMariadb\reload(), BinMemcached\reload(), BinMysql\reload(), BinPostgresql\reload(), BinXlight\reload(), and ActionCheckVersion\showVersionUpdateWindow().
const APP_WEBSITE = 'https://bearsampp.com' |
Definition at line 14 of file root.php.
Referenced by Util\getWebsiteUrl().
const QUICKPICK_API_KEY = '4abe15e5-95f2-4663-ad12-eadb245b28b4' |
Definition at line 23 of file root.php.
Referenced by QuickPick\checkDownloadId().
const QUICKPICK_API_URL = 'https://bearsampp.com/index.php?option=com_osmembership&task=api.get_active_plan_ids&api_key=' |
Definition at line 24 of file root.php.
Referenced by QuickPick\checkDownloadId().
const QUICKPICK_JSON_URL = 'https://raw.githubusercontent.com/Bearsampp/Bearsampp/main/core/resources/quickpick-releases.json' |
Definition at line 27 of file root.php.
Referenced by QuickPick\checkQuickpickJson(), and QuickPick\rebuildQuickpickJson().
const RETURN_TAB = ' ' |
Definition at line 20 of file root.php.
Referenced by TplConsoleZ\getIncrStr().