|
From: OryNider <ory...@us...> - 2007-10-02 04:52:39
|
Update of /cvsroot/mxbb/mx_shotcast In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4141 Modified Files: shotcast_config.php shotcast_front.php shotcast_last10.php shotcast_stats.php Log Message: Index: shotcast_front.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/shotcast_front.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** shotcast_front.php 2 Oct 2007 04:40:17 -0000 1.2 --- shotcast_front.php 2 Oct 2007 04:52:17 -0000 1.3 *************** *** 20,24 **** // //error_reporting( E_ALL ); ! ini_set( 'display_errors', '1' ); // -------------------------------------------------------------------------------- --- 20,24 ---- // //error_reporting( E_ALL ); ! @ini_set( 'display_errors', '1' ); // -------------------------------------------------------------------------------- Index: shotcast_config.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/shotcast_config.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** shotcast_config.php 2 Oct 2007 04:40:16 -0000 1.2 --- shotcast_config.php 2 Oct 2007 04:52:16 -0000 1.3 *************** *** 21,25 **** } ! define('_SHOTCAST_CONFIG', true); include_once($module_root_path .'includes/common.'.$phpEx); --- 21,25 ---- } ! @define('_SHOTCAST_CONFIG', true); include_once($module_root_path .'includes/common.'.$phpEx); Index: shotcast_stats.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/shotcast_stats.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** shotcast_stats.php 2 Oct 2007 04:40:20 -0000 1.2 --- shotcast_stats.php 2 Oct 2007 04:52:18 -0000 1.3 *************** *** 13,17 **** // //error_reporting( E_ALL ); ! ini_set( 'display_errors', '1' ); // -------------------------------------------------------------------------------- --- 13,17 ---- // //error_reporting( E_ALL ); ! @ini_set( 'display_errors', '1' ); // -------------------------------------------------------------------------------- Index: shotcast_last10.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/shotcast_last10.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shotcast_last10.php 2 Oct 2007 04:48:40 -0000 1.1 --- shotcast_last10.php 2 Oct 2007 04:52:18 -0000 1.2 *************** *** 13,17 **** // //error_reporting( E_ALL ); ! ini_set( 'display_errors', '1' ); // -------------------------------------------------------------------------------- --- 13,17 ---- // //error_reporting( E_ALL ); ! @ini_set( 'display_errors', '1' ); // -------------------------------------------------------------------------------- |