HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
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: /var/www/html/wptrinityconsulting/wp-content/themes/finbuzz/inc/customizer/init.php
<?php
/**
 * @author  RadiusTheme
 * @since   1.0
 * @version 1.1
 */

// Controls
require_once FINBUZZ_INC_DIR . 'customizer/controls/switch-control.php';
require_once FINBUZZ_INC_DIR . 'customizer/controls/image-radio-control.php';
require_once FINBUZZ_INC_DIR . 'customizer/controls/heading-control.php';
require_once FINBUZZ_INC_DIR . 'customizer/controls/heading-control2.php';
require_once FINBUZZ_INC_DIR . 'customizer/controls/separator-control.php';
require_once FINBUZZ_INC_DIR . 'customizer/controls/gallery-control.php';
require_once FINBUZZ_INC_DIR . 'customizer/typography/typography-controls.php';
require_once FINBUZZ_INC_DIR . 'customizer/typography/typography-customizer.php';
require_once FINBUZZ_INC_DIR . 'customizer/controls/sanitization.php';
require_once FINBUZZ_INC_DIR . 'customizer/customizer.php';
// Settings

require_once FINBUZZ_INC_DIR . 'customizer/settings/general.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/color.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/header.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/footer.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/banner.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/blog.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/single.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/postshare.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/portfolio.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/team.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/service.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/gallery.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/error.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/woo-shop.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/woo-product.php';


// Layout Setting
require_once FINBUZZ_INC_DIR . 'customizer/settings/slug.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/page-layout.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/blog-layout.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/blog-single-layout.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/service-layout.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/service-single-layout.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/gallery-layout.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/gallery-single-layout.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/portfolio-layout.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/portfolio-single-layout.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/team-layout.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/team-single-layout.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/search-layout.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/error-layout.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/woo-shop-layout.php';
require_once FINBUZZ_INC_DIR . 'customizer/settings/woo-product-layout.php';