Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
smart-sl...
/
Nextend
/
Framewor...
•
File:
Framework.php
•
Content:
<?php namespace Nextend\Framework; use Nextend\Framework\Font\FontStorage; use Nextend\Framework\Localization\Localization; use Nextend\Framework\Pattern\SingletonTrait; use Nextend\Framework\Style\StyleStorage; class Framework { use SingletonTrait; protected function init() { Localization::getInstance(); FontStorage::getInstance(); StyleStorage::getInstance(); } }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List