[Comoblog-commit] comoblog/include config.inc.php,1.5,1.6
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-11-17 00:50:52
|
Update of /cvsroot/comoblog/comoblog/include In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv29462/include Modified Files: config.inc.php Log Message: Working version of captchas. not as feature complete as id like, but it works on the current version think we should sort out a may sort out a mini release? if so it needs add_comment.php list_comments.php templates/add_comment.tpl.htm templates/list_comments.tpl.htm captcha.php img/ttf/REVELMED.TTF and a bit of tidying of captcha.php tested on two systems, but i cant garentee it for everywhere Index: config.inc.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/include/config.inc.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- config.inc.php 16 Aug 2006 16:39:01 -0000 1.5 +++ config.inc.php 17 Nov 2006 00:50:46 -0000 1.6 @@ -1,4 +1,5 @@ <?php + error_reporting (E_ALL ^ E_NOTICE); // ADDED IN 1.3 /* TODO: we need to make sure that the upgrade will copy the file to this location |