|
@@ -12,6 +12,7 @@
|
|
</head>
|
|
</head>
|
|
<body class="cp-mysql text-center">
|
|
<body class="cp-mysql text-center">
|
|
<form class="form-signin" action="/cp/" method="post">
|
|
<form class="form-signin" action="/cp/" method="post">
|
|
|
|
+ <input type="hidden" name="action" value="mysql">
|
|
<h1 class="h3 mb-3 font-weight-normal">Configure MySQL</h1>
|
|
<h1 class="h3 mb-3 font-weight-normal">Configure MySQL</h1>
|
|
<label for="host" class="sr-only">Host</label>
|
|
<label for="host" class="sr-only">Host</label>
|
|
<input type="text" id="host" name="host" class="form-control mb-3" placeholder="Host" value="localhost" required>
|
|
<input type="text" id="host" name="host" class="form-control mb-3" placeholder="Host" value="localhost" required>
|