Bojkas Posted September 13, 2013 Share Posted September 13, 2013 Ahoj, potřebuji rozjet modul, ale neotevře se mi kvůli ID v url (www.mojeadresa.cz/cs/......) Dá se nějak upravit tento kód, aby to fungovalo? Vždy mi to vyhodí "stránka není dostupná". Pokud zkusím otevřít script bez ID, tak to normálně funguje. PS: ID nechci odstranit. Předem moc děkuji! <?php /* SSL Management */ $useSSL = true; include(dirname(__FILE__).'/../../config/config.inc.php'); include(dirname(__FILE__).'/../../header.php'); include(dirname(__FILE__).'/iplatba.php'); /*if (!$cookie->isLogged()) Tools::redirect('authentication.php?back=order.php'); */ $iplatba = new Iplatba(); echo $iplatba->execPayment($cart); include_once(dirname(__FILE__).'/../../footer.php'); ?> Link to comment Share on other sites More sharing options...
Bojkas Posted September 14, 2013 Author Share Posted September 14, 2013 Tak vyreseno.. Napsal jsem do souboru TPL v modulu /../modules. :-) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now