mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issue 1407 duplicate added security class remove.
autoinstall include error fix git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10175 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1311154be8
commit
29debb71e7
2 changed files with 1 additions and 5 deletions
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
require_once(_XE_PATH_.'libs/ftp.class.php');
|
||||
|
||||
class ModuleInstaller {
|
||||
var $package = null;
|
||||
|
|
@ -451,8 +452,6 @@
|
|||
function _copyDir(&$file_list){
|
||||
if(!$this->ftp_password) return new Object(-1,'msg_ftp_password_input');
|
||||
|
||||
require_once(_XE_PATH_.'libs/ftp.class.php');
|
||||
|
||||
$output = $this->_connect();
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
|
|
|
|||
|
|
@ -34,9 +34,6 @@
|
|||
Context::set('tCount', count($widget_list));
|
||||
|
||||
$this->setTemplateFile('downloaded_widget_list');
|
||||
|
||||
$security = new Security();
|
||||
$security->encodeHTML('widget_list..', 'widget_list..author..');
|
||||
}
|
||||
|
||||
function dispWidgetAdminGenerateCode()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue