|
From: Florin C B. <ory...@us...> - 2013-07-02 13:43:35
|
Update of /cvsroot/mxbb/core/templates/prosilver In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv1246/prosilver Modified Files: prosilver.cfg Log Message: Index: prosilver.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/prosilver/prosilver.cfg,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** prosilver.cfg 2 Jul 2013 02:24:04 -0000 1.16 --- prosilver.cfg 2 Jul 2013 13:43:33 -0000 1.17 *************** *** 63,66 **** --- 63,67 ---- //./../../../templates/prosilver // the open_basedir restriction in effect break the pages + $current_template_path = str_replace("../../../", "", $current_template_path); //die("$current_template_path"); then remove @ $mx_images['mx_graphics']['general'] = @file_exists( $mx_root_path . $current_template_path . "/images/logo.gif" ) ? $current_template_path . "/images" : ( @file_exists( $mx_root_path . $cloned_template_path . "/images/logo.gif" ) ? $cloned_template_path . "/images" : $default_template_path . "/images" ); |