We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0b036 commit 804d221Copy full SHA for 804d221
index.php
@@ -85,6 +85,13 @@ function getFormSubmissionLimit($default = false)
85
<body>
86
<h1>Max Submit</h1>
87
88
+ <?php if (!empty($_POST)) : ?>
89
+ <p style="border-radius: 4px; border: 2px solid #ff3333; padding: 1em; background-color: #fdeaaa">
90
+ Thank you for posting some stuff!
91
+ On a real application you may have lost some data by doing so.
92
+ </p>
93
+ <?php endif; ?>
94
+
95
<p>
96
The real server form submission parameter limit is <?php echo getFormSubmissionLimit('{not defined}'); ?>.
97
For these tests, we will set the limit to 2, so the confirm message is always shown.
0 commit comments