*** empty log message ***

This commit is contained in:
jengo 2001-02-06 17:13:48 +00:00
parent d3d05690ce
commit e4955703cf
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@
$phpgw_info = array();
$phpgw_info["flags"] = array("currentapp" => "admin", "enable_nextmatchs_class" => True);
include("../header.inc.php");
include($phpgw_info["server"]["app_inc"]."/accounts_".$phpgw_info["server"]["account_repository"].".inc.php");
include(PHPGW_APP_INC . "/accounts_".$phpgw_info["server"]["account_repository"].".inc.php");
$phpgw->template->set_file(array("list" => "accounts.tpl",
"row" => "accounts_row.tpl"));

View File

@ -17,6 +17,7 @@
$phpgw_info = array();
$phpgw_info["flags"]["currentapp"] = "admin";
include("../header.inc.php");
check_code($cd);
// This func called by the includes to dump a row header
@ -49,7 +50,7 @@
for( $i =0; $i < sizeof($apps); $i++) {
$appname = $apps[$i];
$f = $phpgw_info["server"]["server_root"] . "/" . $appname . "/inc/hook_admin.inc.php";
$f = PHPGW_SERVER_ROOT . "/" . $appname . "/inc/hook_admin.inc.php";
if (file_exists($f)) {
include($f);
echo "<p>\n";