Configure PHP.

This commit is contained in:
Darren 'Tadgy' Austin 2025-09-19 15:56:16 +00:00
commit 4feb9a2760
35 changed files with 2307 additions and 5 deletions

View file

@ -0,0 +1,4 @@
#!/bin/bash
find /var/lib/php/sessions -mmin +1440 -type f -print0 | xargs -0 rm -f
find /var/lib/php/uploads -mmin +1440 -type f -print0 | xargs -0 rm -f