mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
issue 72 Sending server environment information after agreement of xe admin user.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8729 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b60265026e
commit
8b52300149
1 changed files with 0 additions and 6 deletions
|
|
@ -186,12 +186,6 @@
|
|||
// Display a message that installation is completed
|
||||
$this->setMessage('msg_install_completed');
|
||||
|
||||
if($_SESSION['enviroment_gather'] == 'Y'){
|
||||
$oAdminAdminController = &getAdminController('admin');
|
||||
$oAdminAdminController->_sendServerEnv();
|
||||
unset($_SESSION['enviroment_gather']);
|
||||
}
|
||||
|
||||
if(!in_array(Context::getRequestMethod(),array('XMLRPC','JSON'))) {
|
||||
$returnUrl = Context::get('success_return_url') ? Context::get('success_return_url') : getNotEncodedUrl('');
|
||||
header('location:'.$returnUrl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue