mirror of
https://github.com/e107inc/e107.git
synced 2025-03-17 10:59:49 +01:00
This change will set var value to true when form is submitted, then if we click submit button again will prevent it from another submission. Adding attribute disabled to form button prevents its name to get trough POST call, thus breaking the logic if we checking for form button submission trough PHP.