X7ROOT File Manager
Current Path:
/home/katmhsmi/public_html/wp-content/plugins/redirection/modules
home
/
katmhsmi
/
public_html
/
wp-content
/
plugins
/
redirection
/
modules
/
📁
..
📄
apache.php
(2.18 KB)
📄
nginx.php
(489 B)
📄
wordpress.php
(14.16 KB)
Editing: nginx.php
<?php class Nginx_Module extends Red_Module { const MODULE_ID = 3; private $location = ''; public function get_id() { return self::MODULE_ID; } public function get_name() { return 'Nginx'; } protected function load( $data ) { $mine = array( 'location' ); foreach ( $mine as $key ) { if ( isset( $data[ $key ] ) ) { $this->$key = $data[ $key ]; } } } protected function flush_module() { } public function update( array $data ) { return false; } }
Upload File
Create Folder