Bug 318 - Fixed to include language in config files.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1969 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2006-05-08 12:55:32 +00:00
parent 1ef6b35bf1
commit 00238129f9
4 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,6 @@ else
$user = $default_user;
}
require_once( 'zm_lang.php' );
require_once( 'zm_funcs.php' );
if ( !isset($user) && ZM_OPT_USE_AUTH )

View File

@ -19,6 +19,7 @@
//
require_once( 'zm_config.php' );
require_once( 'zm_lang.php' );
$rates = array(
"10000" => "100x",

View File

@ -41,7 +41,6 @@ else
$user = $default_user;
}
require_once( 'zm_lang.php' );
require_once( 'zm_funcs.php' );
noCacheHeaders();

View File

@ -19,6 +19,7 @@
//
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