From 26276c6340f59c7c57dbacf4da9ac1dc69d9ffe5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 1 Jun 2019 17:38:58 -0600 Subject: [PATCH] Create database.htm --- core/install/resources/views/database.htm | 65 +++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 core/install/resources/views/database.htm diff --git a/core/install/resources/views/database.htm b/core/install/resources/views/database.htm new file mode 100644 index 0000000000..b447dd0f48 --- /dev/null +++ b/core/install/resources/views/database.htm @@ -0,0 +1,65 @@ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Installation: PostgreSQL + + +
+ {$label_host} + +
+ Enter the host address for the database server. +
+ {$label_port} + +
+ Enter the port number. It is optional if the database is using the default port. +
+ {$label_name} + +
+ Enter the name of the database. +
+ {$label_username} + +
+ Enter the database username. +
+ {$label_password} + +
+ Enter the database password. +
+ + +
+
+