PMCORE-2351 Advanced LDAP Improvements RM PMCORE-1299
This commit is contained in:
13
workflow/engine/methods/authenticationSources/index.php
Normal file
13
workflow/engine/methods/authenticationSources/index.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
global $G_PUBLISH;
|
||||
$G_PUBLISH = new Publisher();
|
||||
try {
|
||||
echo file_get_contents(PATH_HOME . "public_html/lib/authenticationSources/index.html");
|
||||
} catch (Exception $e) {
|
||||
$message = [
|
||||
'MESSAGE' => $e->getMessage()
|
||||
];
|
||||
$G_PUBLISH->AddContent('xmlform', 'xmlform', 'login/showMessage', '', $message);
|
||||
G::RenderPage('publish', 'blank');
|
||||
}
|
||||
Reference in New Issue
Block a user