]> source.dussan.org Git - nextcloud-server.git/commit
Changed the input option for database-port to required when parameter was provided.
authorThomas Pulzer <t.pulzer@kniel.de>
Wed, 6 Jul 2016 09:31:28 +0000 (11:31 +0200)
committerThomas Pulzer <t.pulzer@kniel.de>
Wed, 6 Jul 2016 09:31:28 +0000 (11:31 +0200)
commit0638937ada237f6bd05620dfb16cfa17c6b971b7
tree1cc2cbdc78912138964af0f62bdcd030f165b86c
parentd367318088c2044427a574b1e42c48deade1bec3
Changed the input option for database-port to required when parameter was provided.
Added casting database port to int for input sanitation in pgsql and oci connections.
core/Command/Maintenance/Install.php
lib/private/Setup/OCI.php
lib/private/Setup/PostgreSQL.php