Files
agc_2-X/www/vicidial/qc/QC_header_include02.php
T
mattf 96f8e9bbcd Added QC functionality
git-svn-id: svn://192.168.202.10@1877 3d104415-ff17-0410-8863-d5cf3c621b8a
2012-11-16 21:12:44 +00:00

18 lines
492 B
PHP

<?PHP
# QC_header_include02.php
#
# Copyright (C) 2012 poundteam.com LICENSE: AGPLv2
#
# This script is designed to display header contents for QC, contributed by poundteam.com
#
# changes:
# 121116-1325 - First build, added to vicidial codebase
#
if (($SSqc_features_active=='1') && ($qc_auth=='1')) {
?>
<TD> &nbsp; <A HREF="admin.php?ADD=100000000000000" ALT="Quality Control"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=2><B>Quality Control</B></FONT></A> &nbsp; </TD>
<?PHP
}
?>