- Timestamp:
- 11/03/10 15:54:53 (12 years ago)
- Location:
- trunk
- Files:
-
- 5 added
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/renetcolParam.h
r127 r128 40 40 41 41 /* 42 * routers index max + 1 (index of the beginning of the lines, and not number of routers) 42 * routers index max + 1 (index of the first column who begins the line, 43 * (not necessary the number of routers) 43 44 */ 44 45 #define ROUTER_INDEX_MAX 55 -
trunk/web/conf/explicative_text.php
r120 r128 5 5 $RECEPTION_PORT = "your collector port to recept netflow export. This port is defined on your routers"; 6 6 7 $ROUTER_INDEX_MAX = "routers index max + 1 (index of the beginning of the lines, and notnumber of routers)";7 $ROUTER_INDEX_MAX = "routers index max + 1 (index of the first column who begins the line, (not necessary the number of routers)"; 8 8 9 9 $ROUTERS_LIST = "FILE with your routers IP address"; -
trunk/web/index.php
r127 r128 32 32 print " <li><a href=\"index.php?section=conf\">Configuration</a></li>\n"; 33 33 print " <li><a href=\"index.php?section=data\">Data Mining</a></li>\n"; 34 print " <li><a href=\"index.php?section= notes\">Notes</a></li>\n";34 print " <li><a href=\"index.php?section=inf\"> ? </a></li>\n"; 35 35 print " </ul>\n"; 36 36 … … 106 106 include ('./data/menudata.php'); 107 107 include ('./data/datamatgraph.php'); 108 } else if ($section == "inf") { 109 include ('./inf/menuinf.php'); 110 include ('./inf/inf.php'); 111 } else if ($section == "infnotes") { 112 include ('./inf/menuinf.php'); 113 include ('./inf/notes.php'); 114 } else if ($section == "infabout") { 115 include ('./inf/menuinf.php'); 116 include ('./inf/about.php'); 108 117 } else { 109 118 include ('menuintro.php');