Add missing globals
This commit is contained in:
parent
97096d87f9
commit
90671cd4e5
|
@ -1,3 +1,15 @@
|
|||
<?php
|
||||
global $connkey;
|
||||
global $Event;
|
||||
global $Monitor;
|
||||
global $FilterQuery;
|
||||
global $sortQuery;
|
||||
global $rates;
|
||||
global $rate;
|
||||
global $scale;
|
||||
global $streamMode;
|
||||
global $popup;
|
||||
?>
|
||||
//
|
||||
// Import constants
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue