plugins/postfixadmin-change-password/ChangePasswordPostfixAdminDriver.php 2 locations
|
@@ 239-241 (lines=3) @@
|
| 236 |
|
case 'MySQL': |
| 237 |
|
$sDsn = 'mysql:host='.$this->sHost.';port='.$this->iPort.';dbname='.$this->sDatabase; |
| 238 |
|
break; |
| 239 |
|
case 'PostgreSQL': |
| 240 |
|
$sDsn = 'pgsql:host='.$this->sHost.';port='.$this->iPort.';dbname='.$this->sDatabase; |
| 241 |
|
break; |
| 242 |
|
default: |
| 243 |
|
$sDsn = 'mysql:host='.$this->sHost.';port='.$this->iPort.';dbname='.$this->sDatabase; |
| 244 |
|
break; |
|
@@ 242-244 (lines=3) @@
|
| 239 |
|
case 'PostgreSQL': |
| 240 |
|
$sDsn = 'pgsql:host='.$this->sHost.';port='.$this->iPort.';dbname='.$this->sDatabase; |
| 241 |
|
break; |
| 242 |
|
default: |
| 243 |
|
$sDsn = 'mysql:host='.$this->sHost.';port='.$this->iPort.';dbname='.$this->sDatabase; |
| 244 |
|
break; |
| 245 |
|
} |
| 246 |
|
|
| 247 |
|
|