#18430274 : not yet completed

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6939 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2009-11-15 14:36:08 +00:00
parent a2a57aeaa1
commit 1e0778beed
11 changed files with 20 additions and 1 deletions

View file

@ -254,6 +254,8 @@
function dispAdminConfig() {
$db_info = Context::getDBInfo();
Context::set('sftp_support', function_exists(ftp_ssl_connect));
Context::set('selected_lang', $db_info->lang_type);
Context::set('default_url', $db_info->default_url);