HEX
Server: Apache
System: Linux server-674799.igrow.ws 5.14.0-611.30.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 11 06:42:00 EST 2026 x86_64
User: elrashedytravel (1025)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/elrashedytravel/public_html/wp-content/plugins/gallery-1767952000/modules/nginx.php
<?php

class Nginx_Module extends Red_Module {
	const MODULE_ID = 3;

	/**
	 * Get module ID
	 *
	 * @return int
	 */
	public function get_id() {
		return self::MODULE_ID;
	}

	/**
	 * Get module name
	 *
	 * @return string
	 */
	public function get_name() {
		return 'Nginx';
	}

	/**
	 * Flush module cache
	 *
	 * @return void
	 */
	protected function flush_module() {
	}

	/**
	 * Update module configuration
	 *
	 * @param array<string, mixed> $data Update data.
	 * @return false
	 */
	public function update( array $data ) {
		return false;
	}
}