Portions created by the Initial Developer are Copyright (C) 2008-2013 the Initial Developer. All Rights Reserved. Contributor(s): Mark J Crane */ include "root.php"; require_once "resources/require.php"; require_once "resources/check_auth.php"; if (permission_exists('sql_query_execute')) { //access granted } else { echo "access denied"; exit; } //add multi-lingual support require_once "app_languages.php"; foreach($text as $key => $value) { $text[$key] = $value[$_SESSION['domain']['language']['code']]; } //show the header require_once "resources/header.php"; $page["title"] = $text['title-sql_query']; //pdo voicemail database connection require_once "sql_query_pdo.php"; //show the content //edit area echo " \n"; echo " "; echo "
"; echo "
"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "\n"; echo "
".$text['header-sql_query']."\n"; if (strlen($_REQUEST['id']) > 0) { echo " \n"; } else { echo " \n"; } echo " \n"; echo " \n"; echo "

\n"; echo "