Basic layout and login functioning
This commit is contained in:
@@ -10,15 +10,14 @@
|
||||
* @copyright (c) phpLDAPadmin Development Team
|
||||
* @license http://dev.phpldapadmin.org/license.html
|
||||
*/
|
||||
|
||||
return array(
|
||||
// Our application name, as shown in the title bar of pages
|
||||
'appname' => 'phpLDAPadmin - LDAP Administration',
|
||||
'appname' => 'phpLDAPadmin - LDAP Administration', // Our application name, as shown in the title bar of pages
|
||||
'method_security' => FALSE, // Enables Method Security. Setting to false means any method can be run without authentication
|
||||
// Our mode level (PRODUCTION, STAGING, TESTING, DEVELOPMENT) - see [Kohana]
|
||||
'mode' => Kohana::PRODUCTION,
|
||||
'site' => array(
|
||||
'name'=>'phpLDAPadmin',
|
||||
),
|
||||
// Our custom theme
|
||||
'theme' => 'original',
|
||||
'loginpage' => 'welcome',
|
||||
'theme' => 'claro',
|
||||
);
|
||||
?>
|
||||
|
Reference in New Issue
Block a user