commit
4eccae5290
@ -58,4 +58,3 @@ $html = PMA_getHtmlForRelationalFieldSelection(
|
||||
);
|
||||
|
||||
$response->addHtml($html);
|
||||
?>
|
||||
|
||||
@ -23,5 +23,3 @@ $response = PMA_Response::getInstance();
|
||||
$response->addHTML(
|
||||
PMA_getRelationsParamDiagnostic($cfgRelation)
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@ -150,4 +150,3 @@ $message = PMA_Message::success(
|
||||
if (isset($tmp_msg) && $tmp_msg !== true) {
|
||||
$message = $tmp_msg;
|
||||
}
|
||||
?>
|
||||
|
||||
@ -138,4 +138,3 @@ if (! $result) {
|
||||
include_once '' . $cfg['DefaultTabDatabase'];
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
@ -204,5 +204,3 @@ foreach ($tables as $table) {
|
||||
* Displays the footer
|
||||
*/
|
||||
echo PMA_Util::getButton();
|
||||
|
||||
?>
|
||||
|
||||
@ -170,4 +170,3 @@ if (isset($_REQUEST['query'])) {
|
||||
}
|
||||
|
||||
$response->addHTML(PMA_getCacheImages());
|
||||
?>
|
||||
|
||||
@ -22,5 +22,3 @@ require_once 'libraries/rte/rte_events.lib.php';
|
||||
*/
|
||||
$_PMA_RTE = 'EVN';
|
||||
require_once 'libraries/rte/rte_main.inc.php';
|
||||
|
||||
?>
|
||||
|
||||
@ -90,5 +90,3 @@ $multi_values .= '</select></div>';
|
||||
|
||||
$export_type = 'database';
|
||||
require_once 'libraries/display_export.inc.php';
|
||||
|
||||
?>
|
||||
|
||||
@ -21,5 +21,3 @@ require 'libraries/db_info.inc.php';
|
||||
|
||||
$import_type = 'database';
|
||||
require 'libraries/display_import.inc.php';
|
||||
|
||||
?>
|
||||
|
||||
@ -287,5 +287,3 @@ if ($cfgRelation['pdfwork'] && $num_tables > 0) {
|
||||
PMA_DatabaseInterface::QUERY_STORE
|
||||
);
|
||||
} // end if
|
||||
|
||||
?>
|
||||
|
||||
@ -172,4 +172,3 @@ if ($num_tables == 0) {
|
||||
echo PMA_Util::getButton();
|
||||
|
||||
echo "<div id='PMA_disable_floating_menubar'></div>\n";
|
||||
?>
|
||||
|
||||
@ -130,4 +130,3 @@ if ($cfgRelation['pdfwork']) {
|
||||
}
|
||||
|
||||
$response->addHTML($db_qbe->getSelectionForm());
|
||||
?>
|
||||
|
||||
@ -23,5 +23,3 @@ require_once 'libraries/rte/rte_routines.lib.php';
|
||||
*/
|
||||
$_PMA_RTE = 'RTN';
|
||||
require_once 'libraries/rte/rte_main.inc.php';
|
||||
|
||||
?>
|
||||
|
||||
@ -60,4 +60,3 @@ $response->addHTML(
|
||||
);
|
||||
$response->addHTML($db_search->getSelectionForm());
|
||||
$response->addHTML($db_search->getResultDivs());
|
||||
?>
|
||||
|
||||
@ -41,5 +41,3 @@ $response->addHTML(
|
||||
: ';'
|
||||
)
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@ -342,5 +342,3 @@ $response->addHTML(
|
||||
);
|
||||
|
||||
PMA_possiblyShowCreateTableDialog($db, $db_is_system_schema, $response);
|
||||
|
||||
?>
|
||||
|
||||
@ -346,5 +346,3 @@ if (count($data['ddlog']) > 0) {
|
||||
}
|
||||
echo PMA_Util::getMessage(__('Database Log'), $log);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -21,5 +21,3 @@ require_once 'libraries/rte/rte_triggers.lib.php';
|
||||
*/
|
||||
$_PMA_RTE = 'TRI';
|
||||
require_once 'libraries/rte/rte_main.inc.php';
|
||||
|
||||
?>
|
||||
|
||||
@ -127,4 +127,3 @@ if (isset($_REQUEST['send_error_report'])
|
||||
$GLOBALS['error_handler']->savePreviousErrors();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
@ -510,4 +510,3 @@ if (!defined('TESTSUITE')) {
|
||||
echo PMA_getHtmlForDisplayedExportFooter($back_button);
|
||||
} // end if
|
||||
}
|
||||
?>
|
||||
|
||||
@ -78,4 +78,3 @@ if (isset($_REQUEST['filename']) && isset($_REQUEST['image'])) {
|
||||
}
|
||||
echo file_get_contents($_FILES['file']['tmp_name']);
|
||||
}
|
||||
?>
|
||||
|
||||
@ -426,4 +426,3 @@ echo '</form>';
|
||||
|
||||
PMA_Response::getInstance()->addJSON('gis_editor', ob_get_contents());
|
||||
ob_end_clean();
|
||||
?>
|
||||
|
||||
@ -779,4 +779,3 @@ if ($go_sql) {
|
||||
if (isset($_REQUEST['rollback_query'])) {
|
||||
$GLOBALS['dbi']->query('ROLLBACK');
|
||||
}
|
||||
?>
|
||||
|
||||
@ -100,4 +100,3 @@ if (isset($_GET["message"]) && $_GET["message"]) {
|
||||
} else {
|
||||
PMA_importAjaxStatus($_GET["id"]);
|
||||
}
|
||||
?>
|
||||
|
||||
@ -698,4 +698,3 @@ function PMA_printListItem($name, $listId = null, $url = null,
|
||||
}
|
||||
echo '</li>';
|
||||
}
|
||||
?>
|
||||
|
||||
@ -27,5 +27,3 @@ if (is_readable($filename)) {
|
||||
} else {
|
||||
printf(__('The %s file is not available on this system, please visit www.phpmyadmin.net for more information.'), $filename);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -68,4 +68,3 @@ if (isset($cfgRelation['navwork']) && $cfgRelation['navwork']) {
|
||||
|
||||
// Do the magic
|
||||
$response->addJSON('message', $navigation->getDisplay());
|
||||
?>
|
||||
|
||||
@ -18,4 +18,3 @@ PMA_Response::getInstance()->disable();
|
||||
if ($GLOBALS['cfg']['ShowPhpInfo']) {
|
||||
phpinfo();
|
||||
}
|
||||
?>
|
||||
|
||||
@ -29,4 +29,3 @@ header('Content-Type: text/css; charset=UTF-8');
|
||||
header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 3600) . ' GMT');
|
||||
|
||||
$_SESSION['PMA_Theme_Manager']->printCss();
|
||||
?>
|
||||
|
||||
@ -89,4 +89,3 @@ if ($form_display->hasErrors()) {
|
||||
<?php
|
||||
}
|
||||
$form_display->display(true, true);
|
||||
?>
|
||||
|
||||
@ -74,4 +74,3 @@ function PMA_processExportSchema($export_type)
|
||||
$GLOBALS['dbi']->selectDb($GLOBALS['db']);
|
||||
$export_plugin->exportSchema($GLOBALS['db']);
|
||||
}
|
||||
?>
|
||||
|
||||
@ -50,5 +50,3 @@ $response->addHTML(PMA_getLogSelector($binary_logs, $url_params));
|
||||
$response->addHTML(PMA_getLogInfo($url_params));
|
||||
|
||||
exit;
|
||||
|
||||
?>
|
||||
|
||||
@ -35,5 +35,3 @@ $response->addHTML(
|
||||
$mysql_collations_available
|
||||
)
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@ -114,5 +114,3 @@ if ($databases_count > 0) {
|
||||
unset($databases_count);
|
||||
|
||||
$response->addHTML($html);
|
||||
|
||||
?>
|
||||
|
||||
@ -30,5 +30,3 @@ $response->addHTML(PMA_getHtmlForSubPageHeader('engines'));
|
||||
$response->addHTML(PMA_getHtmlForServerEngines());
|
||||
|
||||
exit;
|
||||
|
||||
?>
|
||||
|
||||
@ -25,5 +25,3 @@ $multi_values = PMA_getHtmlForExportSelectOptions($select_item);
|
||||
|
||||
$export_type = 'server';
|
||||
require_once 'libraries/display_export.inc.php';
|
||||
|
||||
?>
|
||||
|
||||
@ -23,5 +23,3 @@ require 'libraries/server_common.inc.php';
|
||||
|
||||
$import_type = 'server';
|
||||
require 'libraries/display_import.inc.php';
|
||||
|
||||
?>
|
||||
|
||||
@ -55,5 +55,3 @@ $response->addHTML(PMA_getHtmlForSubPageHeader('plugins'));
|
||||
$response->addHTML(PMA_getPluginAndModuleInfo($plugins, $modules));
|
||||
|
||||
exit;
|
||||
|
||||
?>
|
||||
|
||||
@ -406,5 +406,3 @@ if ((isset($_REQUEST['viewing_mode']) && $_REQUEST['viewing_mode'] == 'server')
|
||||
) {
|
||||
$response->addHTML('</div>');
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -80,4 +80,3 @@ if (! isset($_REQUEST['repl_clear_scr'])) {
|
||||
if (isset($_REQUEST['sl_configure'])) {
|
||||
$response->addHTML(PMA_getHtmlForReplicationChangeMaster("slave_changemaster"));
|
||||
}
|
||||
?>
|
||||
|
||||
@ -28,5 +28,3 @@ require_once 'libraries/sql_query_form.lib.php';
|
||||
* Query box, bookmark, insert data from textfile
|
||||
*/
|
||||
$response->addHTML(PMA_getHtmlForSqlQueryForm());
|
||||
|
||||
?>
|
||||
|
||||
@ -35,4 +35,3 @@ $response->addHTML(PMA_getHtmlForServerStatus($ServerStatusData));
|
||||
$response->addHTML('</div>');
|
||||
|
||||
exit;
|
||||
?>
|
||||
|
||||
@ -35,5 +35,3 @@ $response->addHTML(PMA_getHtmlForAdvisor());
|
||||
$response->addHTML('</div>');
|
||||
|
||||
exit;
|
||||
|
||||
?>
|
||||
|
||||
@ -109,5 +109,3 @@ $response->addHTML(PMA_getHtmlForMonitor($ServerStatusData));
|
||||
$response->addHTML(PMA_getHtmlForClientSideDataAndLinks($ServerStatusData));
|
||||
$response->addHTML('</div>');
|
||||
exit;
|
||||
|
||||
?>
|
||||
|
||||
@ -61,4 +61,3 @@ if ($response->isAjax() && !empty($_REQUEST['kill'])) {
|
||||
$response->addHTML('</div>');
|
||||
}
|
||||
exit;
|
||||
?>
|
||||
|
||||
@ -50,5 +50,3 @@ $response->addHTML($ServerStatusData->getMenuHtml());
|
||||
$response->addHTML(PMA_getHtmlForQueryStatistics($ServerStatusData));
|
||||
$response->addHTML('</div>');
|
||||
exit;
|
||||
|
||||
?>
|
||||
|
||||
@ -53,5 +53,3 @@ $response->addHTML(PMA_getHtmlForVariablesList($ServerStatusData));
|
||||
$response->addHTML('</div>');
|
||||
|
||||
exit;
|
||||
|
||||
?>
|
||||
|
||||
@ -69,4 +69,3 @@ if (isset($_REQUEST['addUserGroup'])) {
|
||||
}
|
||||
|
||||
$response->addHTML('</div>');
|
||||
?>
|
||||
|
||||
@ -56,5 +56,3 @@ $response->addHtml(PMA_getHtmlForLinkTemplates());
|
||||
$response->addHtml(PMA_getHtmlForServerVariables($variable_doc_links));
|
||||
|
||||
exit;
|
||||
|
||||
?>
|
||||
|
||||
@ -37,4 +37,3 @@ error_reporting(E_ALL);
|
||||
if (is_readable(CONFIG_FILE)) {
|
||||
include CONFIG_FILE;
|
||||
}
|
||||
?>
|
||||
|
||||
2
sql.php
2
sql.php
@ -199,5 +199,3 @@ PMA_executeQueryAndSendQueryResponse(
|
||||
isset($selected) ? $selected : null,
|
||||
isset($complete_query) ? $complete_query : null
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@ -121,4 +121,3 @@ if ($abort == false) {
|
||||
$action = 'tbl_addfield.php';
|
||||
include_once 'libraries/tbl_columns_definition_form.inc.php';
|
||||
}
|
||||
?>
|
||||
|
||||
@ -229,4 +229,3 @@ if ($insert_mode) {
|
||||
}
|
||||
|
||||
$response->addHTML($html_output);
|
||||
?>
|
||||
|
||||
@ -139,4 +139,3 @@ $htmlString = PMA_getHtmlForTableChartDisplay(
|
||||
);
|
||||
|
||||
$response->addHTML($htmlString);
|
||||
?>
|
||||
|
||||
@ -104,5 +104,3 @@ $GLOBAL['table'] = '';
|
||||
* Displays the form used to define the structure of the table
|
||||
*/
|
||||
require 'libraries/tbl_columns_definition_form.inc.php';
|
||||
|
||||
?>
|
||||
|
||||
@ -104,4 +104,3 @@ if (! empty($sql_query)) {
|
||||
|
||||
$export_type = 'table';
|
||||
require_once 'libraries/display_export.inc.php';
|
||||
?>
|
||||
|
||||
@ -62,5 +62,3 @@ $err_url = $goto . '?' . PMA_URL_getCommon($params);
|
||||
// Displays the find and replace form
|
||||
$htmlOutput .= $table_search->getSelectionForm($goto);
|
||||
$response->addHTML($htmlOutput);
|
||||
|
||||
?>
|
||||
|
||||
@ -52,4 +52,3 @@ PMA_downloadHeader(
|
||||
/*overload*/mb_strlen($result)
|
||||
);
|
||||
echo $result;
|
||||
?>
|
||||
|
||||
@ -121,5 +121,3 @@ $html = PMA_getHtmlForGisVisualization(
|
||||
);
|
||||
|
||||
$response->addHTML($html);
|
||||
|
||||
?>
|
||||
|
||||
@ -26,5 +26,3 @@ require_once 'libraries/tbl_info.inc.php';
|
||||
|
||||
$import_type = 'table';
|
||||
require_once 'libraries/display_import.inc.php';
|
||||
|
||||
?>
|
||||
|
||||
@ -57,4 +57,3 @@ $response->addHTML($html);
|
||||
$header = $response->getHeader();
|
||||
$scripts = $header->getScripts();
|
||||
$scripts->addFile('indexes.js');
|
||||
?>
|
||||
|
||||
@ -419,5 +419,3 @@ if ($cfgRelation['relwork'] && ! $is_innodb) {
|
||||
} // end if (!empty($cfg['Server']['relation']))
|
||||
|
||||
$response->addHTML('</div>');
|
||||
|
||||
?>
|
||||
|
||||
@ -71,4 +71,3 @@ $response->addHTML(
|
||||
$response->addHTML(PMA_getHtmlForPrintViewFooter());
|
||||
|
||||
exit;
|
||||
?>
|
||||
|
||||
@ -16,4 +16,3 @@ PMA_RecentFavoriteTable::getInstance('favorite')
|
||||
->removeIfInvalid($_REQUEST['db'], $_REQUEST['table']);
|
||||
|
||||
require 'sql.php';
|
||||
?>
|
||||
@ -153,4 +153,3 @@ if (PMA_Util::isForeignKeySupported($tbl_storage_engine)) {
|
||||
$response->addHTML($html_output);
|
||||
|
||||
$response->addHTML('</div>');
|
||||
?>
|
||||
|
||||
@ -464,5 +464,3 @@ if (isset($_REQUEST['after_insert']) && 'new_insert' == $_REQUEST['after_insert'
|
||||
*/
|
||||
require '' . PMA_securePath($goto_include);
|
||||
exit;
|
||||
|
||||
?>
|
||||
|
||||
@ -143,4 +143,3 @@ if (!empty($submit_mult)) {
|
||||
);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
@ -78,4 +78,3 @@ if (! isset($_POST['columnsToDisplay']) && ! isset($_POST['displayAllColumns']))
|
||||
null, null, $sql_query, null, null
|
||||
);
|
||||
}
|
||||
?>
|
||||
|
||||
@ -48,5 +48,3 @@ $response->addHTML(
|
||||
: ';'
|
||||
)
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
@ -207,4 +207,3 @@ $hidden_titles = PMA_getHiddenTitlesArray();
|
||||
require_once 'libraries/display_structure.inc.php';
|
||||
|
||||
$response->addHTML('</div>');
|
||||
?>
|
||||
|
||||
@ -205,5 +205,3 @@ $html .= '<br class="clearfloat"/>';
|
||||
|
||||
$response = PMA_Response::getInstance();
|
||||
$response->addHTML($html);
|
||||
|
||||
?>
|
||||
|
||||
@ -7,4 +7,3 @@
|
||||
*/
|
||||
|
||||
require_once './db_triggers.php';
|
||||
?>
|
||||
|
||||
@ -162,4 +162,3 @@ if (isset($_POST['zoom_submit'])
|
||||
//Displays form for point data and scatter plot
|
||||
$response->addHTML($table_search->getZoomResultsForm($goto, $data));
|
||||
}
|
||||
?>
|
||||
|
||||
@ -28,5 +28,3 @@ $output .= '</p>';
|
||||
$output .= $_SESSION['PMA_Theme_Manager']->getPrintPreviews();
|
||||
|
||||
$response->addHTML($output);
|
||||
|
||||
?>
|
||||
|
||||
@ -145,4 +145,3 @@ if (! isset($_REQUEST['resize'])) {
|
||||
ImageDestroy($srcImage);
|
||||
ImageDestroy($destImage);
|
||||
}
|
||||
?>
|
||||
|
||||
1
url.php
1
url.php
@ -35,4 +35,3 @@ if (! PMA_isValid($_GET['url'])
|
||||
printf(__('Taking you to %s.'), htmlspecialchars($_GET['url']));
|
||||
}
|
||||
die();
|
||||
?>
|
||||
|
||||
@ -208,4 +208,3 @@ function PMA_changePassDisplayPage($message, $sql_query)
|
||||
. '<strong>' . __('Back') . '</strong></a>';
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
|
||||
@ -26,5 +26,3 @@ if (empty($version)) {
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@ -288,4 +288,3 @@ $htmlString .= '</form>'
|
||||
. '</div>';
|
||||
|
||||
echo $htmlString;
|
||||
?>
|
||||
|
||||
@ -52,4 +52,3 @@ $zip->setDoWrite();
|
||||
$zip->addFile($ini_file, 'webapp.ini');
|
||||
$zip->addFile(file_get_contents($icon), 'phpMyAdmin.ico');
|
||||
$zip->file();
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user