diff --git a/includes/settings.php b/includes/settings.php index da1b4d3..0a3e1a8 100644 --- a/includes/settings.php +++ b/includes/settings.php @@ -101,6 +101,10 @@ final class Settings { if ($driver === 'pgsql') { $this->conn->query("SET NAMES 'UTF8';"); } + + if ($this->debug_mode > 0) { + echo PHP_VERSION; + } } } }