Documentation TYPO3 par Ameos

server_links.inc.php

00001 <?php
00002 /* $Id: server_links.inc.php,v 2.2 2003/11/26 22:52:24 rabus Exp $ */
00003 // vim: expandtab sw=4 ts=4 sts=4:
00004 
00005 // Check parameters
00006 
00007 require_once('./libraries/common.lib.php');
00008 PMA_checkParameters(array('is_superuser', 'url_query'));
00009 
00013 $server_links_count_tabs = 0;
00014 
00015 
00019 if (!isset($sub_part)) {
00020     $sub_part = '';
00021 }
00022 
00023 
00027 if ($is_superuser) {
00028     $cfg['ShowMysqlInfo'] = TRUE;
00029     $cfg['ShowMysqlVars'] = TRUE;
00030 }
00031 
00032 
00036 if (!empty($message)) {
00037     PMA_showMessage($message);
00038 }
00039 
00040 
00044 ?>
00045 <table border="0" cellspacing="0" cellpadding="3" width="100%" class="tabs">
00046     <tr>
00047         <td width="8">&nbsp;</td>
00048 <?php
00049 echo PMA_printTab($strDatabases, 'server_databases.php', $url_query);
00050 if ($cfg['ShowMysqlInfo']) {
00051     echo PMA_printTab($strStatus, 'server_status.php', $url_query);
00052 }
00053 if ($cfg['ShowMysqlVars']) {
00054     echo PMA_printTab($strServerTabVariables, 'server_variables.php', $url_query);
00055 }
00056 if (PMA_MYSQL_INT_VERSION >= 40100) {
00057     echo PMA_printTab($strCharsets, 'server_collations.php', $url_query);
00058 }
00059 if ($is_superuser) {
00060     echo PMA_printTab($strPrivileges, 'server_privileges.php', $url_query);
00061 }
00062 echo PMA_printTab($strServerTabProcesslist, 'server_processlist.php', $url_query);
00063 echo PMA_printTab($strExport, 'server_export.php', $url_query);
00064 ?>
00065     </tr>
00066 </table>
00067 <br />


Généré par TYPO3 Ameos avec  doxygen 1.4.6