REDROOM
PHP 8.0.30
Path:
Logout
Edit File
Size: 770 B
Close
/home/certprox/template.certproxywizard.com/wp-content/plugins/hostinger-reach/src/Admin/Redirects.php
Text
Base64
<?php namespace Hostinger\Reach\Admin; if ( ! defined( 'ABSPATH' ) ) { die; } class Redirects { private string $platform; public function init(): void { if ( ! isset( $_GET['platform'] ) ) { return; } $this->platform = sanitize_text_field( $_GET['platform'] ); $this->login_redirect(); } public function login_redirect(): void { if ( $this->platform === HOSTINGER_REACH_PLUGIN_SLUG ) { add_action( 'init', static function (): void { $redirect_url = admin_url( 'admin.php?page=hostinger-reach' ); wp_safe_redirect( $redirect_url ); exit; } ); } } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 3 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
Database
DIR
-
drwxr-xr-x
2026-06-14 00:14:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Notices
DIR
-
drwxr-xr-x
2026-06-14 00:14:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Surveys
DIR
-
drwxr-xr-x
2026-06-14 00:14:19
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Menus.php
3.36 KB
lrw-r--r--
2026-06-10 16:30:29
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Redirects.php
770 B
lrw-r--r--
2026-06-10 16:30:29
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).