|
From: Florin C B. <ory...@us...> - 2011-03-14 20:22:33
|
Update of /cvsroot/mxbb/mx_pafiledb
In directory vz-cvs-4.sog:/tmp/cvs-serv19777
Modified Files:
dload.php
Log Message:
some updated for PHP 5.3.0 decapritated functions
Index: dload.php
===================================================================
RCS file: /cvsroot/mxbb/mx_pafiledb/dload.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** dload.php 14 Mar 2011 20:16:10 -0000 1.35
--- dload.php 14 Mar 2011 20:22:31 -0000 1.36
***************
*** 162,167 ****
// ?
// ===================================================
! list($trash, $mx_script_name_temp) = preg_split(@trim('//', $board_config['server_name']), PORTAL_URL);
! $mx_script_name = preg_replace( '#^\/?(.*?)\/?$#', '\1', trim( $mx_script_name_temp ) );
// ===================================================
--- 162,167 ----
// ?
// ===================================================
! list($trash, $mx_script_name_temp ) = preg_split(trim('//', $board_config['server_name']), PORTAL_URL);
! $mx_script_name = preg_replace('#^\/?(.*?)\/?$#', '\1', trim($mx_script_name_temp));
// ===================================================
|