Bearsampp 2025.8.29
Loading...
Searching...
No Matches
class.action.launchStartup.php
Go to the documentation of this file.
1<?php
2/*
3 * Copyright (c) 2021-2024 Bearsampp
4 * License: GNU General Public License version 3 or later; see LICENSE.txt
5 * Author: Bear
6 * Website: https://bearsampp.com
7 * Github: https://github.com/Bearsampp
8 */
9
17{
28 public function __construct($args)
29 {
30 global $bearsamppConfig;
31
32 if (isset($args[0])) {
34 $launchStartup = $args[0] == Config::ENABLED;
35 if ($launchStartup) {
37 } else {
39 }
41 }
42 }
43}
const ENABLED
const CFG_LAUNCH_STARTUP
static disableLaunchStartup()
static startLoading()
static enableLaunchStartup()
global $bearsamppConfig
Definition homepage.php:27