mirror of
https://github.com/friendica/friendica
synced 2025-04-25 11:50:11 +00:00
Merge pull request #1342 from tobiasd/20150202_admin
added diagnostics tools to the admin side panel
This commit is contained in:
commit
9c0dc86eea
2 changed files with 8 additions and 0 deletions
|
@ -121,6 +121,8 @@ function admin_content(&$a) {
|
|||
}
|
||||
|
||||
$aside['logs'] = Array($a->get_baseurl(true)."/admin/logs/", t("Logs"), "logs");
|
||||
$aside['diagnostics_probe'] = Array($a->get_baseurl(true).'/probe/', t('probe addresse'), 'probe');
|
||||
$aside['diagnostics_webfinger'] = Array($a->get_baseurl(true).'/webfinger/', t('check webfinger'), 'webfinger');
|
||||
|
||||
$t = get_markup_template("admin_aside.tpl");
|
||||
$a->page['aside'] .= replace_macros( $t, array(
|
||||
|
@ -128,6 +130,7 @@ function admin_content(&$a) {
|
|||
'$admtxt' => t('Admin'),
|
||||
'$plugadmtxt' => t('Plugin Features'),
|
||||
'$logtxt' => t('Logs'),
|
||||
'$diagnosticstxt' => t('diagnostics'),
|
||||
'$h_pending' => t('User registrations waiting for confirmation'),
|
||||
'$admurl'=> $a->get_baseurl(true)."/admin/"
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue