mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
Remove safe_mode condition from admin and install modules
This commit is contained in:
parent
313e7048d5
commit
9aa4e244c2
27 changed files with 2 additions and 170 deletions
|
|
@ -106,10 +106,7 @@ class installAdminController extends install
|
|||
$ftp_info->ftp_root_path = $ftp_root_path.'/';
|
||||
}
|
||||
|
||||
if(ini_get('safe_mode'))
|
||||
{
|
||||
$ftp_info->ftp_password = Context::get('ftp_password');
|
||||
}
|
||||
$ftp_info->ftp_password = Context::get('ftp_password');
|
||||
|
||||
$buff = '<?php if(!defined("__XE__")) exit();'."\n\$ftp_info = new stdClass;\n";
|
||||
foreach($ftp_info as $key => $val)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue