X7ROOT File Manager
Current Path:
/home/katmhsmi/public_html/wp-content/plugins/fluent-smtp/app
home
/
katmhsmi
/
public_html
/
wp-content
/
plugins
/
fluent-smtp
/
app
/
📁
..
📄
App.php
(407 B)
📄
Bindings.php
(1.31 KB)
📁
Functions
📁
Hooks
📁
Http
📁
Models
📁
Services
📄
index.php
(26 B)
📁
views
Editing: App.php
<?php namespace FluentMail\App; use FluentMail\Includes\Core\Application; class App { public static function getInstance($module = null) { $app = Application::getInstance(); if ($module) { return $app[$module]; } return $app; } public static function __callStatic($method, $params) { return static::getInstance($method); } }
Upload File
Create Folder