1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-10 05:00:06 +02:00
Files
app/phpmon
Nico Verbruggen 5907d9f689 Build revertable preset (#175)
For any given preset, we need to be able to determine what we'd need to
do in order to revert the preset. That means figuring out what the diff
is between the current PHP setup and what the preset would change.

We'll persist that to its own preset, which can be reapplied if needed.
The "revertable" preset is persisted to the following file:

    ~/.config/phpmon/preset_revert.json

If that file is present and valid, the app should enable the 'revert'
option. (That still needs to be implemented.)
2022-06-01 21:01:18 +02:00
..
2022-04-12 17:36:18 +02:00
2022-05-30 19:34:10 +02:00
2022-06-01 21:01:18 +02:00
2022-05-09 17:28:35 +02:00
2022-05-03 18:16:26 +02:00
2022-01-27 18:23:12 +01:00
2022-05-30 19:34:10 +02:00
2019-06-11 19:16:11 +02:00