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

Changed 5 years ago by dmorton

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.