mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
7ed90ed42a
of time. We define 'idle' as having not refreshed the right-hand frame. The administrator can set a standard time for all users or allow users to set their own timeout values. WWW: http://www.squirrelmail.org/plugin_view.php?id=38 PR: ports/99892 Submitted by: Thomas Abthorpe <thomas at goodking.ca>
11 lines
616 B
Plaintext
11 lines
616 B
Plaintext
@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin pupdate; fi
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/version
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/README
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/index.php
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/setup.php
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/INSTALL
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/functions.php
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/config.php
|
|
@dirrm %%SQUIRRELDIR%%/plugins/timeout_user
|
|
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin pupdate; fi
|