Your IP : 3.144.92.132


Current Path : /data/web/virtuals/51568/virtual/www/plan/
Upload File :
Current File : /data/web/virtuals/51568/virtual/www/plan/index.php

<?php

?>

<!doctype html>
<html lang="cs"> 
<head> 
<meta content="text/html; charset=utf-8" http-equiv="content-type">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"">
    
    <script src=" https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"> </script>
	<link rel="stylesheet" href="plan.css">
</head>
<body class="container-fluid p-2">


<?php
//include('../_system/zaklad.php');
//include('../_system/admin/login.php');

include ("zaklad.php");
include ("headerplan.php");
include ("menu.php");
	
?>					
<main>
<?php
if (IsSet($_REQUEST["m"])) {
	$m = $_REQUEST["m"];
	if (StrLen($m) < 3) {$m = "plany.php"; }
  } else {$m = "plany.php"; 

}

 					if(!strpos($m, ":") && $m[0]!="/" && substr($m,0,3) != "../" && file_exists($m)) {
					  include($m); 
					} else { ?><div class="h3 alert alert-warning">Stránka se připravuje ...</div> <?php }

include ("footer.php");


?>
</main>

</body>
</html>