*** web/zm_html.php 19 May 2006 13:28:30 -0000 1.82 --- web/zm_html.php 25 Jun 2006 17:10:44 -0000 *************** *** 25,31 **** //ini_set( "magic_quotes_gpc", "Off" ); ! require_once( 'zm_html_config.php' ); if ( ZM_OPT_USE_AUTH ) { --- 25,31 ---- //ini_set( "magic_quotes_gpc", "Off" ); ! require_once( 'zm_config.php' ); if ( ZM_OPT_USE_AUTH ) { *************** *** 44,50 **** --- 44,52 ---- $user = $default_user; } + require_once( 'zm_lang.php' ); require_once( 'zm_funcs.php' ); + require_once( 'zm_html_config.php' ); if ( !isset($user) && ZM_OPT_USE_AUTH ) { *** web/zm_html_config.php 8 May 2006 12:55:32 -0000 1.2 --- web/zm_html_config.php 25 Jun 2006 17:10:13 -0000 *************** *** 18,26 **** // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // - require_once( 'zm_config.php' ); - require_once( 'zm_lang.php' ); - $rates = array( "10000" => "100x", "5000" => "50x", --- 18,23 ---- *************** *** 149,153 **** 'zones' => array( 'w'=>72, 'h'=>232 ), ); - ?> --- 146,149 ---- *** web/zm_xhtml.php 8 May 2006 12:55:32 -0000 1.14 --- web/zm_xhtml.php 25 Jun 2006 17:11:19 -0000 *************** *** 22,28 **** //ini_set( "magic_quotes_gpc", "Off" ); ! require_once( 'zm_xhtml_config.php' ); if ( ZM_OPT_USE_AUTH ) { --- 22,28 ---- //ini_set( "magic_quotes_gpc", "Off" ); ! require_once( 'zm_config.php' ); if ( ZM_OPT_USE_AUTH ) { *************** *** 41,47 **** --- 41,49 ---- $user = $default_user; } + require_once( 'zm_lang.php' ); require_once( 'zm_funcs.php' ); + require_once( 'zm_xhtml_config.php' ); noCacheHeaders(); header("Content-type: application/xhtml+xml" ); *** web/zm_xhtml_config.php 8 May 2006 12:55:32 -0000 1.2 --- web/zm_xhtml_config.php 25 Jun 2006 17:10:20 -0000 *************** *** 18,26 **** // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // - require_once( 'zm_config.php' ); - require_once( 'zm_lang.php' ); - define( 'DEVICE_WIDTH', 150 ); // Default device width for phones and handhelds define( 'DEVICE_HEIGHT', 150 ); // Default device height for phones and handhelds define( 'DEVICE_LINES', 10 ); // Default device lines for phones and handhelds --- 18,23 ----