Add a comment to explain why VIEW_HIDDEN was not introduced in profile/ pages
[platal.git] / bin / kill_sessions.sh
1 #!/bin/sh
2
3 find /var/lib/php5 -maxdepth 1 -name 'sess_*' -type f -delete