| "; foreach ($tab_array as $ta) { $bl = $ta[1] ? "" : ""; $br = $ta[1] ? "" : ""; echo "$bl{$ta[0]}$br | "; } echo ""; ?>
" ; break; case "fconf": if (function_exists("squidguard_conflist")) $cont = squidguard_conflist( ); else $cont = "Function 'squidguard_conflist' not found."; echo "
" ; break; case "flog": if (function_exists( "squidguard_logrep" )) echo squidguard_logrep( SQUIDGUARD_LOGDIR . '/squidGuard.log', 50, false ); break; case "fgui": if (function_exists( "squidguard_logrep" )) echo squidguard_logrep( SQUIDGUARD_LOGDIR . SQUIDGUARD_CONFLOGFILE, 50, false ); break; case "blocked": default: if (function_exists( "squidguard_logrep" )) echo squidguard_logrep( SQUIDGUARD_LOGDIR . '/' . SQUIDGUARD_LOGFILE, 50, false ); break; } ?>