📁
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: setupdbmap
#!/usr/local/cpanel/3rdparty/bin/perl # cpanel - bin/setupdbmap Copyright 2022 cPanel, L.L.C. # All rights reserved. # copyright@cpanel.net http://cpanel.net # This code is subject to the cPanel license. Unauthorized copying is prohibited use strict; use warnings; use Cpanel::DB::Map::Setup (); # Ensure database directory exists Cpanel::DB::Map::Setup::initialize(); __DATA__ =encoding utf-8 =head1 NAME bin/setupdbmap - create directory for DB mapping =head2 DESCRIPTION B<setupdbmap> initializes the directory for DB map files (i.e., mapping databases to their owners). Prior to cPanel & WHM 11.44 this script also created the mapping files based on database names; e.g., "frank_mydata" would be interpreted as "frank"’s database. Since 11.44 removes any connection between a database's name and its owner's name, all that is left for this script to do is to ensure that the directory for the mapping files exists.
Save