XE표기를 Rhymix로 변경

This commit is contained in:
conory 2016-01-25 18:10:15 +09:00
parent a9fc637cd9
commit 0a89dffa5a
50 changed files with 283 additions and 278 deletions

View file

@ -595,7 +595,7 @@ class adminAdminView extends admin
$php_core['memory_limit'] = "{$ini_info['memory_limit']['local_value']}";
$info['PHP_Core'] = $php_core;
$str_info = "[XE Server Environment " . date("Y-m-d") . "]\n\n";
$str_info = "[Rhymix Server Environment " . date("Y-m-d") . "]\n\n";
$str_info .= "realpath : ".realpath('./')."\n";
foreach( $info as $key=>$value )
{