mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Merge pull request #928 from sejin7940/ServerEnv
서버정보 출력 에서 절대경로도 나타나도록 추가
This commit is contained in:
commit
15c5c5741f
1 changed files with 1 additions and 0 deletions
|
|
@ -619,6 +619,7 @@ class adminAdminView extends admin
|
|||
$info['PHP_Core'] = $php_core;
|
||||
|
||||
$str_info = "[XE Server Environment " . date("Y-m-d") . "]\n\n";
|
||||
$str_info .= "realpath : ".realpath('./')."\n";
|
||||
foreach( $info as $key=>$value )
|
||||
{
|
||||
if( is_array( $value ) == false ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue