mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
Move remaining non-composer classes to common/libraries
This commit is contained in:
parent
97d385648b
commit
971a3bd115
9 changed files with 2 additions and 13 deletions
|
|
@ -177,7 +177,6 @@ class adminAdminModel extends admin
|
|||
{
|
||||
Context::loadLang(_XE_PATH_ . 'modules/autoinstall/lang');
|
||||
@set_time_limit(5);
|
||||
require_once(_XE_PATH_ . 'libs/ftp.class.php');
|
||||
|
||||
$ftp_info = Context::getRequestVars();
|
||||
|
||||
|
|
@ -323,8 +322,6 @@ class adminAdminModel extends admin
|
|||
Context::loadLang(_XE_PATH_ . 'modules/autoinstall/lang');
|
||||
@set_time_limit(5);
|
||||
|
||||
require_once(_XE_PATH_ . 'libs/ftp.class.php');
|
||||
|
||||
$ftp_info = Context::getRequestVars();
|
||||
if(!$ftp_info->ftp_user || !$ftp_info->ftp_password)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue