mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
add server Env view page
This commit is contained in:
parent
285797e777
commit
33489f6a5b
6 changed files with 161 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
<button type="button" class="x_btn-link" onclick="doResetAdminMenu();">{$lang->cmd_admin_menu_reset}</button> <span class="vr">|</span>
|
||||
<button type="button" class="x_btn-link" onclick="doRecompileCacheFile();">{$lang->cmd_remake_cache}</button> <span class="vr">|</span>
|
||||
<button type="button" class="x_btn-link" onclick="doClearSession();">{$lang->cmd_clear_session}</button> <span class="vr">|</span>
|
||||
<a href="./index.php?module=admin&act=dispAdminViewServerEnv">{$lang->cmd_view_server_env}</a> <span class="vr">|</span>
|
||||
<a href="https://github.com/xpressengine/xe-core/issues" target="_blank" style="vertical-align:middle">{$lang->bug_report}</a>
|
||||
</p>
|
||||
</footer>
|
||||
|
|
|
|||
8
modules/admin/tpl/server_env.html
Normal file
8
modules/admin/tpl/server_env.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<load target="./js/menu_setup.js" usecdn="true" />
|
||||
<div class="x_page-header">
|
||||
<h1>{$lang->server_env}</h1>
|
||||
</div>
|
||||
|
||||
<section class="section">
|
||||
<textarea style="width:96%;height:400px;">{$str_info}</textarea>
|
||||
</section>
|
||||
Loading…
Add table
Add a link
Reference in a new issue