Yetixx
Server: LiteSpeed
System: Linux srv81050498.ultasrv.net 5.15.0-97-generic #107-Ubuntu SMP Wed Feb 7 13:26:48 UTC 2024 x86_64
User: hemat3240 (1051)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/stadium888.com/public_html/wp-content/plugins/amp/includes/bootstrap.php
<?php
/**
 * Central bootstrapping entry point for all non-autoloaded files.
 *
 * This file is mainly used for taking direct control of included files off from Composer's
 * "files" directive, as that one can easily include the files multiple times, leading to
 * redeclaration fatal errors.
 *
 * @package AmpProject/AmpWP
 */

$files_to_include = [
	__DIR__ . '/../back-compat/back-compat.php'       => 'amp_backcompat_use_v03_templates',
	__DIR__ . '/../includes/amp-helper-functions.php' => 'amp_activate',
	__DIR__ . '/../includes/admin/functions.php'      => 'amp_init_customizer',
	__DIR__ . '/../includes/deprecated.php'           => 'amp_load_classes',
];

foreach ( $files_to_include as $file_to_include => $function_to_check ) {
	if ( ! function_exists( $function_to_check ) ) {
		include $file_to_include;
	}
}