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:
parent
1ef6b35bf1
commit
00238129f9
|
@ -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 )
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
//
|
||||
|
||||
require_once( 'zm_config.php' );
|
||||
require_once( 'zm_lang.php' );
|
||||
|
||||
$rates = array(
|
||||
"10000" => "100x",
|
||||
|
|
|
@ -41,7 +41,6 @@ else
|
|||
$user = $default_user;
|
||||
}
|
||||
|
||||
require_once( 'zm_lang.php' );
|
||||
require_once( 'zm_funcs.php' );
|
||||
|
||||
noCacheHeaders();
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue