|
From: FlorinCB <ory...@us...> - 2008-12-08 23:58:33
|
Update of /cvsroot/mxbb/mx_pafiledb In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv17900 Modified Files: dload.php dload_quickdl.php Log Message: some comments Index: dload.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** dload.php 15 Jul 2008 22:06:42 -0000 1.32 --- dload.php 8 Dec 2008 23:58:04 -0000 1.33 *************** *** 194,198 **** if (!($pafiledb_config['enable_module'] || $mx_user->is_admin)) { ! mx_message_die( GENERAL_MESSAGE, $lang['pafiledb_disable'] ); } --- 194,198 ---- if (!($pafiledb_config['enable_module'] || $mx_user->is_admin)) { ! //mx_message_die( GENERAL_MESSAGE, $lang['pafiledb_disable'] ); } Index: dload_quickdl.php =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/dload_quickdl.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** dload_quickdl.php 3 Jun 2008 20:21:57 -0000 1.19 --- dload_quickdl.php 8 Dec 2008 23:58:04 -0000 1.20 *************** *** 59,63 **** if (!($pafiledb_config['enable_module'] || $mx_user->is_admin)) { ! mx_message_die( GENERAL_MESSAGE, $lang['pafiledb_disable'] ); } --- 59,63 ---- if (!($pafiledb_config['enable_module'] || $mx_user->is_admin)) { ! //mx_message_die( GENERAL_MESSAGE, $lang['pafiledb_disable'] ); } |