database_dsn is a constant now
This commit is contained in:
parent
2a375e7129
commit
699087cd98
@ -131,10 +131,8 @@ class AdminPage extends SimpleExtension {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private function dbdump($page) {
|
private function dbdump($page) {
|
||||||
include "config.php";
|
|
||||||
|
|
||||||
$matches = array();
|
$matches = array();
|
||||||
preg_match("#(\w+)://(\w+):(\w+)@([\w\.\-]+)/([\w_]+)(\?.*)?#", $database_dsn, $matches);
|
preg_match("#(\w+)://(\w+):(\w+)@([\w\.\-]+)/([\w_]+)(\?.*)?#", DATABASE_DSN, $matches);
|
||||||
$software = $matches[1];
|
$software = $matches[1];
|
||||||
$username = $matches[2];
|
$username = $matches[2];
|
||||||
$password = $matches[3];
|
$password = $matches[3];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user