BB Events e. V. - SHOP
require_once ($_SERVER['DOCUMENT_ROOT'] . "/core/conf.php");
include ($_SERVER['DOCUMENT_ROOT'] ."/core/core.sql.php");
$sqlString="SELECT * from janus_shop where status='published' order by titel";
$rows=sqlQuery($sqlString);
echo "";