No longer depend on grab_globals.lib.php for $_GET variables
This commit is contained in:
parent
1fa9416291
commit
8a44f287f5
4
sql.php
4
sql.php
@ -23,7 +23,9 @@ $GLOBALS['js_include'][] = 'gis_data_editor.js';
|
||||
$GLOBALS['js_include'][] = 'codemirror/lib/codemirror.js';
|
||||
$GLOBALS['js_include'][] = 'codemirror/mode/mysql/mysql.js';
|
||||
|
||||
|
||||
if (isset($_REQUEST['printview'])) {
|
||||
$GLOBALS['printview'] = $_REQUEST['printview'];
|
||||
}
|
||||
|
||||
if (isset($_SESSION['profiling'])) {
|
||||
$GLOBALS['js_include'][] = 'highcharts/highcharts.js';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user