Renamed for new naming convention.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@419 e3e1d417-86f3-4887-817a-d78f3d33393f
pull/27/merge
stan 2003-03-26 12:40:23 +00:00
parent 5d1961ba7b
commit 9539278fbe
8 changed files with 10 additions and 10 deletions

View File

@ -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' );
}
?>

View File

@ -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 )
{

View File

@ -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 );