Add a dissuasive message in the "send a mail to a group" page
[platal.git] / bin / kill_sessions.sh
CommitLineData
05d5ce15
FB
1#!/bin/sh
2
3find /var/lib/php5 -maxdepth 1 -name 'sess_*' -type f -delete