ACC SHELL
<?php
include_once('config/config.php');
include_once('config/initNewNette.php');
include_once('include/secure.php');
include_once('libs/funkcephp.php');
include_once('libs/fotogalerie.class.php');
include_once(TEMPLATES . '/header.tpl');
?>
<div id="obsah">
<table>
<tr>
<td>
<!-- | --> <a href="javascript:history.back(-1)" title="Zpět na předchozí stranu">Zpět na předchozí stranu</a>
| <span id="drobecky">Kde se nacházíte:
<a href="index.php" title="Úvodní strana">Úvodní strana</a> /
<a href="filemanager.php" title="Správa obrázků">Správa obrázků</a></span>
</td>
</tr>
</table><br /><br />
<?php include('messages.php'); ?>
<iframe
height="500"
width="100%"
src="http://<?php echo $_SERVER['SERVER_NAME']; ?>/administrace/3rdparty/filemanager/index.html">
</iframe>
</div> <!-- div id obsah END -->
<?php include_once(TEMPLATES . '/footer.tpl'); ?>
ACC SHELL 2018