Ticket #438 (closed defect: fixed)

Opened 8 years ago

Last modified 6 years ago

problème avec la liste des stats (?)

Reported by: christophe Owned by: arnaud_lb
Priority: normal Milestone: alternc-0.9.4
Component: Bureau: statistiques brutes Version:
Severity: minor Keywords:
Cc:

Description

j'ai resolus une grosse partie du bug

du rawstat: sta2_list.php

href="$uv">"._("View")."</a>"; + if ($uv=$bro->viewurl($valdir?."/".$valfolder?."/".$valhostname?.".log","")) echo "<a href="$uv">"._("View")."</a>"; """

Change History

comment:1 Changed 8 years ago by arnaud_lb

Je confirme. Par contre bro::viewurl accepte le dossier dans le premier argument et le nom du fichier dans le deuxième. Et $valdir? n'est jamais défini.

Moi j'ai mis ça: if ($uv=$bro->viewurl($valfolder?, $valhostname?.'.log')) echo "<a href="$uv">"._("View")."</a>";

comment:2 Changed 8 years ago by anarcat

merci d'avoir signalé ce bug correctement christophe, on va regarder à appliquer vos patches.

comment:3 Changed 8 years ago by arnaud_lb

  • Owner changed from anonymous to arnaud_lb
  • Status changed from new to assigned

comment:4 Changed 8 years ago by arnaud_lb

  • Status changed from assigned to closed
  • Resolution set to fixed

comment:5 Changed 7 years ago by anarcat

  • Type set to defect
  • Milestone set to 0.9.4

comment:6 Changed 6 years ago by anarcat

  • Severity changed from 1 to minor
  • Cc Paula removed
  • Component changed from 1 to Bureau: statistiques brutes
  • Summary changed from Paula to problème avec la liste des stats (?)
  • Priority changed from 1 to normal
  • Version 1 deleted
  • Milestone changed from 1 to 0.9.4
  • Keywords Paula removed
  • Type changed from 1 to defect
Note: See TracTickets for help on using tickets.