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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PSDI Army
yii2
Commits
c9984617
Commit
c9984617
authored
Feb 07, 2014
by
Tobias Munk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added parsed phpinfo to config detail, removed controller action
parent
61cb4447
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
DefaultController.php
extensions/debug/controllers/DefaultController.php
+0
-4
detail.php
extensions/debug/views/default/panels/config/detail.php
+3
-2
No files found.
extensions/debug/controllers/DefaultController.php
View file @
c9984617
...
@@ -87,10 +87,6 @@ class DefaultController extends Controller
...
@@ -87,10 +87,6 @@ class DefaultController extends Controller
]);
]);
}
}
public
function
actionPhpinfo
()
{
phpinfo
();
}
private
$_manifest
;
private
$_manifest
;
...
...
extensions/debug/views/default/panels/config/detail.php
View file @
c9984617
...
@@ -8,8 +8,6 @@ $extensions = $panel->getExtensions();
...
@@ -8,8 +8,6 @@ $extensions = $panel->getExtensions();
?>
?>
<h1>
Configuration
</h1>
<h1>
Configuration
</h1>
<div>
<?=
Html
::
a
(
'Show phpinfo() »'
,
[
'phpinfo'
],
[
'class'
=>
'btn btn-info'
,
'target'
=>
'phpinfo'
])
?>
</div>
<?php
<?php
echo
$this
->
render
(
'panels/config/table'
,
[
echo
$this
->
render
(
'panels/config/table'
,
[
'caption'
=>
'Application Configuration'
,
'caption'
=>
'Application Configuration'
,
...
@@ -37,4 +35,6 @@ echo $this->render('panels/config/table', [
...
@@ -37,4 +35,6 @@ echo $this->render('panels/config/table', [
'Memcache'
=>
$panel
->
data
[
'php'
][
'memcache'
]
?
'Enabled'
:
'Disabled'
,
'Memcache'
=>
$panel
->
data
[
'php'
][
'memcache'
]
?
'Enabled'
:
'Disabled'
,
],
],
]);
]);
echo
$panel
->
getPhpInfo
();
?>
?>
\ No newline at end of file
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