mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-24 00:42:43 +00:00
Print PHP version
This commit is contained in:
parent
9146b9a0d8
commit
153b8fe2c7
@ -101,6 +101,10 @@ final class Settings {
|
||||
if ($driver === 'pgsql') {
|
||||
$this->conn->query("SET NAMES 'UTF8';");
|
||||
}
|
||||
|
||||
if ($this->debug_mode > 0) {
|
||||
echo PHP_VERSION;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user