mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
Clean shutdown flag now using $GLOBAL
This commit is contained in:
@@ -424,4 +424,5 @@ if(!e107::isCli())
|
||||
// Shutdown
|
||||
$e107->destruct();
|
||||
}
|
||||
$e107_Clean_Exit = TRUE; // For registered shutdown function -- let it know all is well!
|
||||
|
||||
$GLOBALS['E107_CLEAN_EXIT'] = true; // For registered shutdown function -- let it know all is well!
|
||||
|
Reference in New Issue
Block a user