Skip to content

Commit

Permalink
var_dumpが残っているので削除
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuhiko committed Jun 6, 2022
1 parent 4ee4912 commit 2a908f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/install/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -808,10 +808,10 @@ function lfCheckDBError($objDBParam)
$arrDsn = getArrayDsn($objDBParam);
// Debugモード指定
$options['debug'] = PEAR_DB_DEBUG;
var_dump($arrDsn);
//var_dump($arrDsn);

$objDB = MDB2::connect($arrDsn, $options);
var_dump($objDB);
//var_dump($objDB);

// 接続成功
if (!PEAR::isError($objDB)) {
Expand Down

0 comments on commit 2a908f5

Please sign in to comment.