Your IP : 18.117.254.14


Current Path : /etc/cron.daily/
Upload File :
Current File : //etc/cron.daily/phpsess_cron

#!/bin/sh

# If You want to disable this task just comment next lines
if [ -x /usr/local/mgr5/sbin/phpsess_clean.sh ]; then
	ionice -c 3 /usr/local/mgr5/sbin/phpsess_clean.sh
fi