Add missing globals

This commit is contained in:
Isaac Connor 2020-08-04 18:07:01 -04:00
parent 97096d87f9
commit 90671cd4e5
1 changed files with 12 additions and 0 deletions

View File

@ -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
//