Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.26
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
webuzo-data /
roundcube /
public_html /
Delete
Unzip
Name
Size
Permission
Date
Action
plugins
[ DIR ]
drwxr-xr-x
2026-02-18 06:10
program
[ DIR ]
drwxr-xr-x
2026-02-08 09:33
skins
[ DIR ]
drwxr-xr-x
2026-02-18 06:12
index.php
1.4
KB
-rw-r--r--
2026-02-08 09:33
webuzo_icon_64.png
5.74
KB
-rw-r--r--
2026-02-26 12:44
Save
Rename
<?php /* +-----------------------------------------------------------------------+ | Roundcube Webmail IMAP Client | | Version 1.6.13 | | | | Copyright (C) The Roundcube Dev Team | | | | Licensed under the GNU General Public License version 3 or | | any later version with exceptions for skins & plugins. | | See the README file for a full license statement. | | | | PURPOSE: | | This is the public entry point for all HTTP requests to the | | Roundcube webmail application. | +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | | Author: Aleksander Machniak <alec@alec.pl> | +-----------------------------------------------------------------------+ */ define('INSTALL_PATH', realpath(__DIR__ . '/..') . '/'); // include index.php from application root directory include INSTALL_PATH . 'index.php';