Move remaining non-composer classes to common/libraries

This commit is contained in:
Kijin Sung 2016-01-13 16:22:07 +09:00
parent 97d385648b
commit 971a3bd115
9 changed files with 2 additions and 13 deletions

View file

@ -1,8 +1,6 @@
<?php
/* Copyright (C) NAVER <http://www.navercorp.com> */
require_once(_XE_PATH_ . 'libs/ftp.class.php');
/**
* Module installer
* @author NAVER (developers@xpressengine.com)
@ -253,8 +251,6 @@ class ModuleInstaller
*/
function _unPack()
{
require_once(_XE_PATH_ . 'libs/tar.class.php');
$oTar = new tar();
$oTar->openTAR($this->download_file);