Fixes for issue #699 Fix for issue #697 git-svn-id: svn://192.168.202.10@2017 3d104415-ff17-0410-8863-d5cf3c621b8a
18 lines
492 B
PHP
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> <A HREF="admin.php?ADD=100000000000000" ALT="Quality Control"><FONT FACE="ARIAL,HELVETICA" COLOR=WHITE SIZE=2><B>Quality Control</B></FONT></A> </TD>
|
|
<?PHP
|
|
}
|
|
?>
|