mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
A PHP module check (similar to the one during installation) has been added to the PHPInfo page to quickly detect any missing modules after one migrates e107 to another PHP configuration.
This commit is contained in:
@@ -16,4 +16,5 @@ define("PHP_LAN_3", "On a production server, it is better to disable the display
|
||||
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", "[b]session.save_path[/b] is not writable! That can cause major issues with your site.");
|
||||
?>
|
||||
define("PHP_LAN_7", "PHP Configuration Issue(s) Found:");
|
||||
define("PHP_LAN_8", "[x] is missing and need to be installed.");
|
||||
|
Reference in New Issue
Block a user