From 79f075184f20403ae9f57dc7a71b21bcb0f0216a Mon Sep 17 00:00:00 2001 From: stan Date: Wed, 16 Oct 2002 22:12:01 +0000 Subject: [PATCH] Added include of zmfuncs.php git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@95 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/zmwml.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/zmwml.php b/web/zmwml.php index 973948ad1..5cd41489a 100644 --- a/web/zmwml.php +++ b/web/zmwml.php @@ -32,6 +32,7 @@ $bandwidth = "mobile"; require_once( 'zmconfig.php' ); require_once( 'zmdb.php' ); +require_once( 'zmfuncs.php' ); require_once( 'zmactions.php' ); define( "WAP_COOKIES", false );