|
From: Jon O. <jon...@us...> - 2008-02-18 17:34:06
|
Update of /cvsroot/mxbb/mx_pafiledb/pafiledb/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2974/pafiledb/includes Modified Files: functions.php Log Message: new max_file_size updated check to inlcude phpBB2 class Index: functions.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/pafiledb/includes/functions.php,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** functions.php 17 Feb 2008 22:15:16 -0000 1.41 --- functions.php 18 Feb 2008 17:34:01 -0000 1.42 *************** *** 1943,1947 **** $gotit = false; - if ( @!file_exists( @$pafiledb_functions->pafiledb_realpath( $filename ) ) ) { --- 1943,1946 ---- |