Renamed for new naming convention.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@419 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
5d1961ba7b
commit
9539278fbe
|
@ -34,10 +34,10 @@ $accepts_html = preg_match( '/text\/html/i', $HTTP_SERVER_VARS[HTTP_ACCEPT] );
|
|||
|
||||
if ( isset($wml) || ($accepts_wml && !$accepts_html) )
|
||||
{
|
||||
require_once( 'zmwml.php' );
|
||||
require_once( 'zm_wml.php' );
|
||||
}
|
||||
else
|
||||
{
|
||||
require_once( 'zmhtml.php' );
|
||||
require_once( 'zm_html.php' );
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -30,10 +30,10 @@ if ( $new_bandwidth )
|
|||
setcookie( "bandwidth", $new_bandwidth, time()+3600*24*30*12*10 );
|
||||
}
|
||||
|
||||
require_once( 'zmconfig.php' );
|
||||
require_once( 'zmdb.php' );
|
||||
require_once( 'zmfuncs.php' );
|
||||
require_once( 'zmactions.php' );
|
||||
require_once( 'zm_config.php' );
|
||||
require_once( 'zm_db.php' );
|
||||
require_once( 'zm_funcs.php' );
|
||||
require_once( 'zm_actions.php' );
|
||||
|
||||
if ( !$view )
|
||||
{
|
|
@ -36,10 +36,10 @@ session_start();
|
|||
|
||||
$bandwidth = "mobile";
|
||||
|
||||
require_once( 'zmconfig.php' );
|
||||
require_once( 'zmdb.php' );
|
||||
require_once( 'zmfuncs.php' );
|
||||
require_once( 'zmactions.php' );
|
||||
require_once( 'zm_config.php' );
|
||||
require_once( 'zm_db.php' );
|
||||
require_once( 'zm_funcs.php' );
|
||||
require_once( 'zm_actions.php' );
|
||||
|
||||
define( "WAP_COOKIES", false );
|
||||
|
Loading…
Reference in New Issue