REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.82 KB
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/unyson/framework/bootstrap.php
Text
Base64
<?php if (!defined('ABSPATH')) die('Forbidden'); if ( defined( 'WP_CLI' ) && WP_CLI && ! isset( $_SERVER['HTTP_HOST'] ) ) { $_SERVER['HTTP_HOST'] = 'unyson.io'; $_SERVER['SERVER_NAME'] = 'unyson'; $_SERVER['SERVER_PORT'] = '80'; } if (defined('FW')) { /** * The framework is already loaded. */ } else { define('FW', true); /** * Load the framework on 'after_setup_theme' action when the theme information is available * To prevent `undefined constant TEMPLATEPATH` errors when the framework is used as plugin */ add_action('after_setup_theme', '_action_init_framework'); function _action_init_framework() { if (did_action('fw_init')) { return; } do_action('fw_before_init'); $dir = dirname(__FILE__); require $dir .'/autoload.php'; // Load helper functions foreach (array('general', 'meta', 'fw-storage', 'database') as $file) { require $dir .'/helpers/'. $file .'.php'; } // Load core { require $dir .'/core/Fw.php'; fw(); } require $dir .'/includes/hooks.php'; /** * Init components */ { $components = array( /** * Load the theme's hooks.php first, to give users the possibility to add_action() * for `extensions` and `backend` components actions that can happen while their initialization */ 'theme', /** * Load extensions before backend, to give extensions the possibility to add_action() * for the `backend` component actions that can happen while its initialization */ 'extensions', 'backend' ); foreach ($components as $component) { fw()->{$component}->_init(); } foreach ($components as $component) { fw()->{$component}->_after_components_init(); } } /** * The framework is loaded */ do_action('fw_init'); } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 8 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
bin
DIR
-
drwxr-xr-x
2026-02-23 02:01:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
core
DIR
-
drwxr-xr-x
2026-02-23 02:01:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
extensions
DIR
-
drwxr-xr-x
2026-02-23 02:01:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
helpers
DIR
-
drwxr-xr-x
2026-02-23 02:01:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
includes
DIR
-
drwxr-xr-x
2026-02-23 02:01:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
languages
DIR
-
drwxr-xr-x
2026-02-23 02:01:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
static
DIR
-
drwxr-xr-x
2026-02-23 02:01:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
views
DIR
-
drwxr-xr-x
2026-02-23 02:01:25
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
.htaccess
205 B
lr--r--r--
2026-02-23 02:01:24
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
autoload.php
13.73 KB
lrw-r--r--
2025-04-07 05:23:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
bootstrap.php
1.82 KB
lrw-r--r--
2025-04-07 05:23:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.html
0 B
lrw-r--r--
2025-04-07 05:23:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LICENSE
34.98 KB
lrw-r--r--
2025-04-07 05:23:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
manifest.php
147 B
lrw-r--r--
2025-04-07 05:23:45
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).