[cvs] [Wiki] changed: DynamicLogin
Wiki Guest
wikiguest at horde.org
Mon Sep 3 19:18:45 UTC 2007
guest [65.26.220.76] Mon, 03 Sep 2007 12:18:45 -0700
Modified page: http://wiki.horde.org/DynamicLogin
New Revision: 1.1
Change log: code
@@ -1,8 +1,10 @@
To make the mode "Dynamic" at the login screen you need to edit the
./imp/login.php file. Search for the code that looks like this:
+
<code>
/* If DIMP/MIMP are available, show selection of alternate views. */
+</code>
$views = array();
if (!empty($conf['user']['select_view'])) {
$apps = $registry->listApps(null, true);
if (isset($apps['dimp']) || isset($apps['mimp'])) {
More information about the cvs
mailing list