diff --git a/app/sql_query/app_config.php b/app/sql_query/app_config.php index d44ad6af04..b83c8ec500 100644 --- a/app/sql_query/app_config.php +++ b/app/sql_query/app_config.php @@ -32,7 +32,7 @@ $apps[$x]['menu'][0]['uuid'] = 'a894fed7-5a17-f695-c3de-e32ce58b3794'; $apps[$x]['menu'][0]['parent_uuid'] = '594d99c5-6128-9c88-ca35-4b33392cec0f'; $apps[$x]['menu'][0]['category'] = 'internal'; - $apps[$x]['menu'][0]['path'] = '/app/sql_query/v_sql_query.php'; + $apps[$x]['menu'][0]['path'] = '/app/sql_query/sql_query.php'; $apps[$x]['menu'][0]['groups'][] = 'superadmin'; //permission details diff --git a/app/sql_query/sql_backup.php b/app/sql_query/sql_backup.php index dd16c54efa..18665a5860 100644 --- a/app/sql_query/sql_backup.php +++ b/app/sql_query/sql_backup.php @@ -36,7 +36,7 @@ else { //pdo database connection if (strlen($_REQUEST['id']) > 0) { - require_once "v_sql_query_pdo.php"; + require_once "sql_query_pdo.php"; } //set the headers diff --git a/app/sql_query/sql_query.php b/app/sql_query/sql_query.php index 1f4da32340..bf8f48f11b 100644 --- a/app/sql_query/sql_query.php +++ b/app/sql_query/sql_query.php @@ -38,7 +38,7 @@ else { require_once "includes/header.php"; //pdo voicemail database connection - require_once "v_sql_query_pdo.php"; + require_once "sql_query_pdo.php"; //show the content //edit area @@ -66,19 +66,19 @@ else { echo "