Add the most important setup_info

This commit is contained in:
Miles Lott 2001-04-12 21:06:57 +00:00
parent 732bb7e83c
commit a82d21a78a

View File

@ -0,0 +1,3 @@
<?php
$setup_info["admin"] = array("name" => "Admin", "app_order" => 1, "version" => $phpgw_info["server"]["versions"]["phpgwapi"]);
?>