additional_plugins/serendipity_event_proxy_realip/lang_en.inc.php

6 lines
422 B
PHP

<?php
@define('PLUGIN_EVENT_PROXY_REALIP_NAME', 'Proxy Real-IP');
@define('PLUGIN_EVENT_PROXY_REALIP_DESC', 'Sets the correct Visitors IP when useing a Proxy for your webserver. Should be the first plugin in the list.');
@define('PLUGIN_EVENT_PROXY_REALIP_VAR', 'Variable with IP');
@define('PLUGIN_EVENT_PROXY_REALIP_VAR_DESC', 'Name of the variable with the correct IP adress. e.g. $_SERVER[\'X-FORWARDED-FOR\']');