mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +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
|
|
@ -593,7 +593,6 @@ class layoutAdminController extends layout
|
|||
$layout_srl = Context::get('layout_srl');
|
||||
if(!$layout_srl) return new Object('-1','msg_invalid_request');
|
||||
|
||||
require_once(_XE_PATH_.'libs/tar.class.php');
|
||||
$oLayoutModel = getModel('layout');
|
||||
|
||||
// Copy files to temp path
|
||||
|
|
@ -898,7 +897,6 @@ class layoutAdminController extends layout
|
|||
FileHandler::removeFile($user_layout_path . $file);
|
||||
}
|
||||
|
||||
require_once(_XE_PATH_.'libs/tar.class.php');
|
||||
$image_path = $oLayoutModel->getUserLayoutImagePath($layout_srl);
|
||||
FileHandler::makeDir($image_path);
|
||||
$tar = new tar();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue