From a3644638aaf0418598196a870204e0b632a4c8ad Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Fri, 17 Apr 2015 06:28:40 -0400 Subject: [PATCH] Allow preference sections to define CSS class names --- bin/gc.sh | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/gc.sh b/bin/gc.sh index d099615..e0d722a 100755 --- a/bin/gc.sh +++ b/bin/gc.sh @@ -19,10 +19,9 @@ +-----------------------------------------------------------------------+ */ -define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); +define('INSTALL_PATH', realpath(__DIR__ . '/..') . '/' ); require INSTALL_PATH.'program/include/clisetup.php'; $rcmail = rcube::get_instance(); -$rcmail->temp_gc(); -$rcmail->cache_gc(); +$rcmail->gc(); -- Gitblit v1.9.1