index.example.php
[web.Builder] / index.example.php
index 92bdab1..636ddb5 100644 (file)
@@ -1,8 +1,6 @@
 <?php 
 
-// alot of this file needs migrating to the Framework..
-
-
+// set up the paths..
 ini_set('include_path', 
             dirname(__FILE__). ':' . 
             dirname(__FILE__).'/pearfix:' . 
@@ -34,7 +32,7 @@ $dbp = parse_url($db);
 require_once 'HTML/FlexyFramework.php';
 
 
-new HTML_FlexyFramework(  rray(
+new HTML_FlexyFramework(  array(
     'project'=> 'Pman',
     'debug' => 0,
     'version' => '1.3',