projects
/
pgpooladmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6ff3bc
)
Fixed incorrect version in install/checkParameter.php.
author
Bo Peng
<
[email protected]
>
Tue, 12 Jan 2021 08:35:34 +0000
(17:35 +0900)
committer
Bo Peng
<
[email protected]
>
Tue, 12 Jan 2021 08:35:34 +0000
(17:35 +0900)
install/checkParameter.php
patch
|
blob
|
blame
|
history
diff --git
a/install/checkParameter.php
b/install/checkParameter.php
index 1698f7bcd373bf305122f83ec401f087a4bc5dc3..8e92e496170cc3c5629c66f8ac0c16e6a8d837a9 100644
(file)
--- a/
install/checkParameter.php
+++ b/
install/checkParameter.php
@@
-44,8
+44,6
@@
if (isset($_POST['action'])) {
// check version
if (isset($_POST['version']) && $_POST['version']) {
$version = $_POST['version'];
-} else {
- $version = NULL;
}
// check pgpool.conf