Use a cron job to expire tickets

tags/smeserver-dl-0.2.1-1
Daniel Berteaud 11 years ago
parent 297080320c
commit 6033f2809f
  1. 2
      root/etc/cron.daily/dl-expire
  2. 1
      root/etc/e-smith/templates/etc/dl.php/55Expire

@ -0,0 +1,2 @@
#!/bin/sh
su -s /bin/bash - -c "cd /usr/share/dl/include/scripts && /usr/bin/php ./expire.php"
Loading…
Cancel
Save