Configure PHP.
This commit is contained in:
parent
eb4db66bfd
commit
4feb9a2760
35 changed files with 2307 additions and 5 deletions
4
etc/periodic/weekly/9-clean-php
Executable file
4
etc/periodic/weekly/9-clean-php
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue