From: Evan Prodromou Date: Sun, 2 Aug 2009 14:34:40 +0000 (-0400) Subject: A script to GC sessions correctly X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2934099fbd17281ed00055af654aa5b813d535a2;p=quix0rs-gnu-social.git A script to GC sessions correctly --- diff --git a/scripts/sessiongc.php b/scripts/sessiongc.php new file mode 100644 index 0000000000..314b641eb9 --- /dev/null +++ b/scripts/sessiongc.php @@ -0,0 +1,36 @@ +#!/usr/bin/env php +. + */ + +define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); + +$helptext = <<