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