[phpcvsview-cvs-updates] phpcvsview func_FileView.php,1.16,1.17
Status: Pre-Alpha
Brought to you by:
bcheesem
From: Brian C. <bch...@us...> - 2005-02-18 10:38:37
|
Update of /cvsroot/phpcvsview/phpcvsview In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9023 Modified Files: func_FileView.php Log Message: Added comment giving credit to Nigel McNie for idea of adding caching to the file viewer. Index: func_FileView.php =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/func_FileView.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** func_FileView.php 18 Feb 2005 10:30:24 -0000 1.16 --- func_FileView.php 18 Feb 2005 10:38:29 -0000 1.17 *************** *** 10,13 **** --- 10,16 ---- * @version $Id$ * @copyright 2003-2005 Brian A Cheeseman + * + * Thanks To: + * Nigel McNie - Suggestion of Caching of source code from repository, hence improving efficiency. **/ |