Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2021-05-28 11:54:44 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2021-05-28 11:54:44 +0300
commitcf646e58b58286c09b8e5a3ad24504db9890c497 (patch)
treeed34c5837f8ff427402f3a75f9f44ee4b12f0186 /page-ionossubmit.php
parentfd5fa561389b1e72ddc966e6f575ddfb46072c67 (diff)
small changes to ionos page
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-ionossubmit.php')
-rw-r--r--page-ionossubmit.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/page-ionossubmit.php b/page-ionossubmit.php
index 6fcfc430..10ee7f03 100644
--- a/page-ionossubmit.php
+++ b/page-ionossubmit.php
@@ -17,6 +17,7 @@
</div>
</div>
</section>
+<section>
<div class="container">
<?php
require_once realpath(dirname(__FILE__)) . '/lib/ratelimiter.php';
@@ -225,7 +226,7 @@ if(isset($_POST['email'])) {
// Send the email
// $recipients = ['orders'];
// $recipients = ['sales', 'jos', 'frank'];
- $recipients = ['jos','viakom-sales','frank'];
+ $recipients = ['viakom-sales'];
// $recipients = ['jos','jos.poortvliet',]; // for testing
// $recipients = ['frank']; // for testing
$successfullySend = true;
@@ -280,3 +281,4 @@ if(isset($_POST['email'])) {
}
?>
</div>
+</section>