<?php
ini_set('error_reporting', 1);
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
header("Content-type: text/html; charset=utf-8");
define('DB_HOST', 'localhost');
define('DB_LOGIN', '1');
define('DB_PASSWORD', '1');
define('DB_NAME', '1');
define('ROOT', '/');
$root = ROOT;
$email = "mail@mail";
?>
<?php
ini_set('error_reporting', 1);
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
header("Content-type: text/html; charset=utf-8");
define('DB_HOST', 'localhost');
define('DB_LOGIN', '1');
define('DB_PASSWORD', '1');
define('DB_NAME', '1');
define('ROOT', '/');
$root = ROOT;
$email = "mail@mail";
?>
<script type="text/javascript">
$(function() {
if (document.location.hash) {
$(document.location.hash).click();
}
});
</script>
<a href="https://site/#tab3">Go </a>
<a href="https://site.com/#panel2">Go</a>