html output set to func system. From now it is important to use html.php
[squirrelmail.git] / src / validate.php
index 7292164f95d1ea15d1d9eec2c2cbc37af9e2144f..4ec5b44e14007cfbfbe416ccf1cd9b7b53a96663 100644 (file)
@@ -73,7 +73,6 @@ $theme=array();
 require_once('../config/config.php');
 require_once('../src/load_prefs.php');
 require_once('../functions/page_header.php');
-require_once('../functions/html.php');
 
 /* Set up the language (i18n.php was included by auth.php). */
 global $username, $data_dir;
@@ -85,10 +84,4 @@ if ( $timeZone != SMPREF_NONE && ($timeZone <> '')
     putenv( 'TZ=' . $timeZone );
 }
 
-/*
-    Initialize the html object
-*/
-GLOBAL $html;
-$html = new ZkSvc_html();
-
-?>
+?>
\ No newline at end of file