Commit Graph

6 Commits

Author SHA1 Message Date
dlandon
fd5d7e122e Change requested by Ronald. 2024-02-14 17:28:29 -06:00
dlandon
ee90e2b997 Add #raw_file so a raw file can be modified and suppress any php warnings:
This is the hidden input value:
<input type="hidden" name="#raw_file" value="true">

The value="true" could be programmatically changed so a file can be parsed or not parsed in the same page code.
2024-02-14 16:15:43 -06:00
dlandon
1fbd1b0a98 Update update.php 2024-02-13 11:39:33 -06:00
dlandon
39e2381b8f Fix php warning when saving text that contains a reserved php character to a file.
A php warning occurs when a text area is to be saved to a file and it contains a reserved php character.  Update.php tries to parse the file and extract a specific section even if the file is only to be saved.  It is also trying to extract a section when the $section is not defined i.e. $section is set to false.
2024-02-10 07:39:23 -06:00
bergware
7c6eb80850 update.php: fix empty file error 2023-10-01 15:19:58 +02:00
Tom Mortensen
f9ec00b488 repo reorg 2023-06-02 12:49:33 -07:00