From 46af062186042848be4a3c764a4af5f0f6bec044 Mon Sep 17 00:00:00 2001 From: mystralkk Date: Sat, 2 May 2020 17:20:36 +0900 Subject: [PATCH] Added Geeklog\Environment class to check for server software and web server PHP interface --- system/classes/Environment.php | 74 ++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 system/classes/Environment.php diff --git a/system/classes/Environment.php b/system/classes/Environment.php new file mode 100644 index 000000000..f6eb5c1df --- /dev/null +++ b/system/classes/Environment.php @@ -0,0 +1,74 @@ +