mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-13 23:28:39 +00:00
Fix spaces
This commit is contained in:
parent
9945dbc373
commit
606069056e
|
|
@ -299,8 +299,8 @@ $db = new \PDO($CONFIG['db']['core']['masters']['admin']['db'] . ':host=' .
|
||||||
$CONFIG['db']['core']['masters']['admin']['login'],
|
$CONFIG['db']['core']['masters']['admin']['login'],
|
||||||
$CONFIG['db']['core']['masters']['admin']['password']
|
$CONFIG['db']['core']['masters']['admin']['password']
|
||||||
);
|
);
|
||||||
$db->exec('DROP DATABASE IF EXISTS ' . $CONFIG['db']['core']['masters']['admin']['database']);
|
$db->exec('DROP DATABASE IF EXISTS ' . $CONFIG['db']['core']['masters']['admin']['database']);
|
||||||
$db->exec('CREATE DATABASE IF NOT EXISTS ' . $CONFIG['db']['core']['masters']['admin']['database']);
|
$db->exec('CREATE DATABASE IF NOT EXISTS ' . $CONFIG['db']['core']['masters']['admin']['database']);
|
||||||
$db = null;
|
$db = null;
|
||||||
|
|
||||||
$db = new \PDO($CONFIG['db']['core']['postgresql']['admin']['db'] . ':host=' .
|
$db = new \PDO($CONFIG['db']['core']['postgresql']['admin']['db'] . ':host=' .
|
||||||
|
|
@ -308,8 +308,8 @@ $db = new \PDO($CONFIG['db']['core']['postgresql']['admin']['db'] . ':host=' .
|
||||||
$CONFIG['db']['core']['postgresql']['admin']['login'],
|
$CONFIG['db']['core']['postgresql']['admin']['login'],
|
||||||
$CONFIG['db']['core']['postgresql']['admin']['password']
|
$CONFIG['db']['core']['postgresql']['admin']['password']
|
||||||
);
|
);
|
||||||
$db->exec('DROP DATABASE ' . $CONFIG['db']['core']['postgresql']['admin']['database']);
|
$db->exec('DROP DATABASE ' . $CONFIG['db']['core']['postgresql']['admin']['database']);
|
||||||
$db->exec('CREATE DATABASE ' . $CONFIG['db']['core']['postgresql']['admin']['database']);
|
$db->exec('CREATE DATABASE ' . $CONFIG['db']['core']['postgresql']['admin']['database']);
|
||||||
$db = null;
|
$db = null;
|
||||||
|
|
||||||
$httpSession = new HttpSession();
|
$httpSession = new HttpSession();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user