re-format

pull/248/head
David Goodwin 5 years ago
parent 9cc04df973
commit f52aa9929a

@ -24,7 +24,6 @@ if (getenv('DATABASE') == 'sqlite' || getenv('DATABASE') == false) {
var_dump('sqlite');
}
if (getenv('DATABASE') == 'postgresql') {
$user = getenv('PGUSER') ?: 'postgres';
$pass = getenv('PGPASSWORD') ?: '';
$host = getenv('PGHOST') ?: 'localhost';
@ -43,7 +42,6 @@ if (getenv('DATABASE') == 'postgresql') {
}
if (getenv('DATABASE') == 'mysql') {
$expand_tilde = function ($path) {
if (function_exists('posix_getuid') && strpos($path, '~') !== false) {
$info = posix_getpwuid(posix_getuid());

Loading…
Cancel
Save