fix: Correct parsing logic

This commit is contained in:
Carlos Solís 2025-05-30 19:49:04 +00:00
parent fedd8f544d
commit dbefa868bf
2 changed files with 13 additions and 5 deletions

View file

@ -2,6 +2,10 @@
Public scripts for assorted web maintenance tasks used in my server.
# This is a mirrored repository
If you're browsing this repository from [GitHub](https://github.com/csolisr/public-scripts), you should know that the main home for these files is on [my personal server over Forgejo](https://code.azkware.net/csolisr/public-scripts).
# Description
As you can see, the vast majority of my scripts are used to handle my [Friendica](https://friendi.ca) server, especially where the default PHP would take too long or not cover my usage case.