Bug - edit.php
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
When you save a file with the editor the save will stop and truncate the file if it finds an &
ie
$a_cert =& $config['system']['cert'];
will become
$a_cert =
and the rest of the file will be missing