1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Create lan_phpinfo.php

This commit is contained in:
Gábor 2017-02-20 15:04:11 +01:00 committed by GitHub
parent 6c207a8374
commit 843c2f82c8

View File

@ -0,0 +1,19 @@
<?php
/*
+--------------------------------------------------------------------------+
| e107 website content management system English Language File
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
| Last Modified: 2017/02/20 15:02:21
|
| $Author: Yesszus $
|
+--------------------------------------------------------------------------+
*/
define("PHP_LAN_1", "If you have Curl enabled, you should consider disabling this feature.");
define("PHP_LAN_2", "This is a security risk and is not needed by e107.");
define("PHP_LAN_3", "On a production server, it is better to disable the displaying of errors in the browser.");
define("PHP_LAN_4", "Disabling this will hide your PHP version from browsers.");
define("PHP_LAN_5", "This is a security risk and should be disabled.");
define("PHP_LAN_6", "is not writable! That can cause major issues with your site.");
?>