issue 228, Add configuration option

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9444 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
chschy 2011-09-30 05:32:33 +00:00
parent 04af39452c
commit 9d3560d65b
4 changed files with 56 additions and 11 deletions

View file

@ -335,6 +335,8 @@
* @return none
**/
function dispAdminConfig() {
Context::loadLang('modules/install/lang');
$db_info = Context::getDBInfo();
Context::set('sftp_support', function_exists(ssh2_sftp));