HEX
Server: Apache
System: Linux ebs-107629 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64
User: shredder (65669)
PHP: 8.3.8
Disabled: link,symlink
Upload Files
File: /home/wwwroot/shredder/wwwroot/wp-content/plugins/filebird-pro/includes/Config/Fbv.php
<?php
namespace FileBird\Config;

defined('ABSPATH') || exit;

class Config {
  public static $_config = array(
    'fbv_table' => 'fbv',
    'fbv_relationship_table' => 'fbv_attachment_folder'
  );
  
}