zc 1.3.7.1

in the installation folder, techsupp.php uses short tags so the page failed on my web host.

i.e.
Code:
<? echo ...
should be
Code:
<?php echo ...