Ticket #387 (closed defect: fixed)
Opened 5 years ago
typo in welcome.php
| Reported by: | dmorton | Owned by: | dmorton |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.2 |
| Component: | PHP scripts | Version: | 1.0.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Remko Lodder reports a typo in welcome.php:
- if (isset($_POST['change_protection']) &&
isset($_POST['protection_level'])) {
+ if (isset($POST['change_protection']) &&
isset($_POST['protection_level'])) {
Change History
Note: See
TracTickets for help on using
tickets.

