Path : /srv/www/vhosts/eqnxde/ |
Current File : /srv/www/vhosts/eqnxde/index.php |
<? include "lib/class.mysql.php"; include "lib/class.sablony.php"; include "lib/function.php"; include "lib/class.stranky.php"; include "lib/class.texy.php"; include "lib/class.data.php"; include "lib/config.php"; $page->menu = ""; $page->data['name'] = "Home"; $page->connect(); session_start(); $page -> GenPage (5,$_SERVER['QUERY_STRING']); $page -> close(); echo $page -> end; ?>