Codechanges for XTC 3.04 for PHP7 compatibility

ATTENTION! before you start doing the same like me:this is not a complete HowTO because i stopped as payment did not work!!!! grab mysql.php Wrapper from Sjoerd Maessen version 0.1 Procedural drop in replacement for legacy projects using the MySQL function and put it in your DOCUMENT_ROOT. inc/xtc_db_connect.inc.phpif( file_exists ($_SERVER[‘DOCUMENT_ROOT’].”mysql.php” )){include($_SERVER[‘DOCUMENT_ROOT’].”mysql.php”);} inc/xtc_redirect.inc.phpreplace header(‘Location: ‘ .…