SILENT KILLERPanel

Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > filebird > > includes > Model


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/codekrsu//ameliagraphics.com/wp-content/plugins/filebird//includes/Model

NameTypeSizeLast ModifiedActions
Folder.php File 18350 bytes August 04 2025 15:38:16.
SettingModel.php File 2641 bytes August 04 2025 15:38:16.
ThemeModel.php File 329 bytes May 27 2024 10:21:44.
UserSettingModel.php File 5432 bytes August 23 2024 17:15:40.

Reading File: /home/codekrsu//ameliagraphics.com/wp-content/plugins/filebird//includes/Model/ThemeModel.php

<?php
namespace FileBird\Model;

defined( 'ABSPATH' ) || exit;

class ThemeModel {
    const COLORS = array(
		'default' => '#8f8f8f',
		'windows' => '#F3C73E',
		'dropbox' => '#88C1FC',
	);

	public static function getThemeColor( string $themeName ): string {
		return self::COLORS[ $themeName ] ?? self::COLORS['default'];
	}
}

SILENT KILLER Tool