Code

Fixed typo
[gosa.git] / html / main.php
index 3e1363f1a42bbc0f170eae3e8c8bcab118b6f2f4..365763c9c3f639bdf34df1a41fc8ac4bdc443879 100644 (file)
@@ -23,6 +23,7 @@ $start = microtime();
 $timing= array();
 require_once ("../include/php_setup.inc");
 require_once ("functions.inc");
+require_once ("functions_FAI.inc");
 header("Content-type: text/html; charset=UTF-8");
 
 /* Find all class files and include them */
@@ -391,7 +392,6 @@ echo $display;
 $_SESSION['plist']= $plist;
 $_SESSION['config']= $config;
 
-
 /* Echo compilation time * /
 $r = split(" ",$start);
 $ms = $r[0];