Index: trunk/admin/install/postconfig.php =================================================================== diff -u -N --- trunk/admin/install/postconfig.php (revision 8397) +++ trunk/admin/install/postconfig.php (revision 0) @@ -1,64 +0,0 @@ - -  Post-Install Configuration

- - - -
- - - - - \ No newline at end of file
- -Clear(); -$objAdmin->LoadItems(TRUE,TRUE); - -$headings = $objAdmin->GetHeadingList(); - -for($i=0;$i<=count($headings);$i++) -{ - $h = $headings[$i]; - if(strlen($h)) - { - int_subsection_title_install(admin_language($h)); - $Items = $objAdmin->GetHeadingItems($h); - foreach($Items as $c) - { - print "\n"; - print " \n"; - print " "; - if(is_object($c->NextItem)) - { - $n = $c->NextItem; - print " "; - } - else - print " \n"; - print "\n"; - } - } -} -//print "\n"; -//print " - - - - - - - - - - - -
".str_replace(':', '', $c->GetPrompt()).":".$c->ItemFormElement()."".$n->ItemFormElement()." 
"; -$newstate="postconfig_".$step; -?> -


-
- - -
-