Remove misplaced semicolon

This commit is contained in:
Andrew McMillan 2008-06-06 20:11:35 +12:00
parent 35950dc63f
commit 3b8ee7ff93

View File

@ -240,7 +240,7 @@ $c->admin_email ='calendar-admin@example.com';
*/
//$c->authenticate_hook = array(
// 'call' => 'SQUID_PAM_check',
// 'config' => array( 'script' => '/usr/bin/pam_auth', 'email_base' => 'example.com' );
// 'config' => array( 'script' => '/usr/bin/pam_auth', 'email_base' => 'example.com' )
// );
//include('drivers_squid_pam.php');