added "INPUT" trigger (not yet documented; internal use only for now)
This commit is contained in:
parent
906ed4cbe2
commit
0dfabe9f45
|
@ -26,6 +26,8 @@ if ( exists $ENV{G3T_USER} ) {
|
|||
_die "who the *heck* are you?";
|
||||
}
|
||||
|
||||
trigger('INPUT');
|
||||
|
||||
main($id);
|
||||
|
||||
gl_log('END') if $$ == $ENV{GL_TID};
|
||||
|
|
Loading…
Reference in a new issue