mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
issue 2368, issue 2372, added new apis on easyinstall
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11221 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
db0aa266bc
commit
99e7e392ef
3 changed files with 10 additions and 0 deletions
|
|
@ -155,5 +155,13 @@
|
|||
$this->add('page_navigation', $page_navigation);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Get is authed ftp
|
||||
*/
|
||||
function getAutoinstallAdminIsAuthed()
|
||||
{
|
||||
$this->add('is_authed', (int)isset($_SESSION['ftp_password']));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue