Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
646ed151
Commit
646ed151
authored
Feb 05, 2014
by
Tobias Munk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readded phpinfo links and separator, now opens in a new tab
parent
b3e6aedc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
detail.php
extensions/debug/views/default/panels/config/detail.php
+5
-2
summary.php
extensions/debug/views/default/panels/config/summary.php
+5
-3
No files found.
extensions/debug/views/default/panels/config/detail.php
View file @
646ed151
...
...
@@ -7,6 +7,9 @@ use yii\helpers\Html;
$extensions
=
$panel
->
getExtensions
();
?>
<h1>
Configuration
</h1>
<div>
<?=
Html
::
a
(
'Show phpinfo() »'
,
[
'phpinfo'
],
[
'class'
=>
'btn btn-info'
,
'target'
=>
'phpinfo'
])
?>
</div>
<?php
echo
$this
->
render
(
'panels/config/table'
,
[
'caption'
=>
'Application Configuration'
,
...
...
@@ -34,5 +37,4 @@ echo $this->render('panels/config/table', [
'Memcache'
=>
$panel
->
data
[
'php'
][
'memcache'
]
?
'Enabled'
:
'Disabled'
,
],
]);
?>
<div>
<?=
Html
::
a
(
'Show phpinfo() »'
,
[
'phpinfo'
],
[
'class'
=>
'btn btn-primary'
])
?>
</div>
?>
\ No newline at end of file
extensions/debug/views/default/panels/config/summary.php
View file @
646ed151
...
...
@@ -9,6 +9,9 @@ use yii\helpers\Html;
<div
class=
"yii-debug-toolbar-block"
>
<a
href=
"
<?=
$panel
->
getUrl
()
?>
"
>
<img
width=
"29"
height=
"30"
alt=
""
src=
"
<?=
$panel
->
getYiiLogo
()
?>
"
>
<span><
span
class=
"label"
>
<?=
$panel
->
data
[
'application'
][
'yii'
]
?>
</span>
PHP
<span
class=
"label"
>
<?=
$panel
->
data
[
'php'
][
'version'
]
?>
</span
></span>
<span>
<
?=
$panel
->
data
[
'application'
][
'yii'
]
?
>
</span>
</a>
</div>
\ No newline at end of file
</div>
<div
class=
"yii-debug-toolbar-block"
>
<?=
Html
::
a
(
'PHP '
.
$panel
->
data
[
'php'
][
'version'
],
[
'phpinfo'
],
[
'title'
=>
'Show phpinfo()'
,
'target'
=>
'phpinfo'
])
?>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment