sessioncheck(); if(isset($_SESSION['token'])) { $token = $_SESSION['token']; } else { $token = $cryptography->getToken(); $_SESSION['token'] = $token; } $host_path = $shop->getbase(true); /* Get the currency of site.json * To change the default currency, edit site.json which has a numeric value that corresponds to the values inside currencies.json. * DO NOT edit currencies.json, unless adding a new currency, as this file is used throughout OpenShop and might break functionality. */ $sitecurrency = $shop->getsitecurrency('../server/config/site.conf.json','../server/config/currencies.conf.json'); ?>
getmeta(); ?>