That is not the most global hook. global_start only works for frontend, not for admincp... init_startup is the global hook. However, you should usually use global_start (for most of the needs).
That is not the most global hook. global_start only works for frontend, not for admincp... init_startup is the global hook. However, you should usually use global_start (for most of the needs).
For what I'm doing, global_start would work just fine. Thanks for the info, though. ;-)