mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +01:00
*** empty log message ***
This commit is contained in:
parent
d3d05690ce
commit
e4955703cf
@ -14,7 +14,7 @@
|
|||||||
$phpgw_info = array();
|
$phpgw_info = array();
|
||||||
$phpgw_info["flags"] = array("currentapp" => "admin", "enable_nextmatchs_class" => True);
|
$phpgw_info["flags"] = array("currentapp" => "admin", "enable_nextmatchs_class" => True);
|
||||||
include("../header.inc.php");
|
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",
|
$phpgw->template->set_file(array("list" => "accounts.tpl",
|
||||||
"row" => "accounts_row.tpl"));
|
"row" => "accounts_row.tpl"));
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
$phpgw_info = array();
|
$phpgw_info = array();
|
||||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
$phpgw_info["flags"]["currentapp"] = "admin";
|
||||||
include("../header.inc.php");
|
include("../header.inc.php");
|
||||||
|
|
||||||
check_code($cd);
|
check_code($cd);
|
||||||
|
|
||||||
// This func called by the includes to dump a row header
|
// This func called by the includes to dump a row header
|
||||||
@ -49,7 +50,7 @@
|
|||||||
|
|
||||||
for( $i =0; $i < sizeof($apps); $i++) {
|
for( $i =0; $i < sizeof($apps); $i++) {
|
||||||
$appname = $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)) {
|
if (file_exists($f)) {
|
||||||
include($f);
|
include($f);
|
||||||
echo "<p>\n";
|
echo "<p>\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user