mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
issue 2662 adminlogging, autoinstall
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12236 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
db5e4b2ff0
commit
71361410b6
10 changed files with 2290 additions and 2233 deletions
|
|
@ -1,31 +1,33 @@
|
|||
<?php
|
||||
/**
|
||||
* View class of the autoinstall module
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
*/
|
||||
class autoinstallView extends autoinstall
|
||||
{
|
||||
/**
|
||||
* Initialization
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
function init()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
* View class of the autoinstall module
|
||||
* @author NHN (developers@xpressengine.com)
|
||||
**/
|
||||
class autoinstallView extends autoinstall {
|
||||
|
||||
/**
|
||||
* Initialization
|
||||
*
|
||||
* @return void
|
||||
**/
|
||||
function init() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Test
|
||||
*
|
||||
* @return Object
|
||||
*/
|
||||
function dispAutoinstallTest(){
|
||||
$file = "modules.test.tar";
|
||||
$checksum = '549989037bd8401d39b83ca2393d8131';
|
||||
$file = "modules.test.skins.test.tar";
|
||||
$oAutoinstallAdminController = &getAdminController('autoinstall');
|
||||
$output = $oAutoinstallAdminController->install($file, $checksum);
|
||||
return $output;
|
||||
}
|
||||
}
|
||||
?>
|
||||
/**
|
||||
* Test
|
||||
*
|
||||
* @return Object
|
||||
*/
|
||||
function dispAutoinstallTest()
|
||||
{
|
||||
$file = "modules.test.tar";
|
||||
$checksum = '549989037bd8401d39b83ca2393d8131';
|
||||
$file = "modules.test.skins.test.tar";
|
||||
$oAutoinstallAdminController = &getAdminController('autoinstall');
|
||||
$output = $oAutoinstallAdminController->install($file, $checksum);
|
||||
return $output;
|
||||
}
|
||||
}
|
||||
/* End of file autoinstall.view.php */
|
||||
/* Location: ./modules/autoinstall/autoinstall.view.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue