small change to test syncmail

This commit is contained in:
Miles Lott 2002-01-08 14:48:35 +00:00
parent 3ec482b83f
commit 1af7355c77

View File

@ -21,7 +21,7 @@
include('./inc/functions.inc.php'); include('./inc/functions.inc.php');
include('./inc/xml_functions.inc.php'); include('./inc/xml_functions.inc.php');
// Check header and authentication /* Check header and authentication */
if (!$phpgw_setup->auth('Config')) if (!$phpgw_setup->auth('Config'))
{ {
Header('Location: index.php'); Header('Location: index.php');