|
|
@ -5,8 +5,7 @@ $lang = substr $lang, 0, 2; |
|
|
|
|
|
|
|
|
|
|
|
$OUT .=<<"EOF"; |
|
|
|
$OUT .=<<"EOF"; |
|
|
|
|
|
|
|
|
|
|
|
if (!function_exists('hook_get_auth_webserver_profile')){ |
|
|
|
function hook_get_auth_webserver_profile(\$user_name) { |
|
|
|
function hook_get_auth_webserver_profile(\$user_name) { |
|
|
|
|
|
|
|
if (!isset(\$_SERVER['REMOTE_USER'])){ |
|
|
|
if (!isset(\$_SERVER['REMOTE_USER'])){ |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
} |
|
|
|
} |
|
|
@ -30,7 +29,6 @@ if (!function_exists('hook_get_auth_webserver_profile')){ |
|
|
|
'htmleditormode' => 'inline', |
|
|
|
'htmleditormode' => 'inline', |
|
|
|
'templatelist' => 'default,basic,MyOrgTemplate', |
|
|
|
'templatelist' => 'default,basic,MyOrgTemplate', |
|
|
|
); |
|
|
|
); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (!function_exists('hook_get_auth_webserver_permissions')){ |
|
|
|
if (!function_exists('hook_get_auth_webserver_permissions')){ |
|
|
|