[Openfirst-cvscommit] manual/openfirst.logger logger.php,1.1,1.2
Brought to you by:
xtimg
From: <xt...@us...> - 2003-10-12 22:42:33
|
Update of /cvsroot/openfirst/manual/openfirst.logger In directory sc8-pr-cvs1:/tmp/cvs-serv12646/openfirst.logger Modified Files: logger.php Log Message: Make basic changes found by proof reading, including rewording, spelling, grammar, and minor technical inaccuracies. Index: logger.php =================================================================== RCS file: /cvsroot/openfirst/manual/openfirst.logger/logger.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** logger.php 29 Sep 2003 21:37:09 -0000 1.1 --- logger.php 12 Oct 2003 22:40:49 -0000 1.2 *************** *** 69,78 **** </tr> <tr> ! <td>The logger script does not have a visitor page. This module was mostly ! designed for administrators to preview who visits their website. You should <em>NOT </em>show the logger module on the menu, so please make sure you ! deactivate it in the module selector in <em>config</em>. The module basically ! carries logger.php through the entire website via the globals script. It ! logs all the information retrieved when its on the page, then puts it in the database.</td> </tr> --- 69,77 ---- </tr> <tr> ! <td>The logger script does not have a visitor page. This module was ! designed for administrators to view who visits their website. You should <em>NOT </em>show the logger module on the menu, so please make sure you ! uncheck show on menu it in the module selector in <em>config</em>. The module carries logger.php through the entire website via the globals script. It ! logs all the information retrieved when it's on the page, then puts it into the database.</td> </tr> *************** *** 118,120 **** </table> <p><strong></strong></p> ! <?php include("$footer"); ?> \ No newline at end of file --- 117,119 ---- </table> <p><strong></strong></p> ! <?php include("$footer"); ?> |