forked from extern/egroupware
Made the loginid and password static by default, instead of require it to be passed
This commit is contained in:
parent
f9ddd1ef43
commit
c374af07d4
@ -17,8 +17,9 @@
|
|||||||
// Global disabler
|
// Global disabler
|
||||||
// Detect bad logins and passwords, spit out generic message
|
// Detect bad logins and passwords, spit out generic message
|
||||||
|
|
||||||
// If you plan on using this program, remove the following line.
|
// If your are going to use multiable accounts, remove the following lines
|
||||||
echo "\n"; exit;
|
$login = 'anonymous';
|
||||||
|
$passwd = 'anonymous';
|
||||||
|
|
||||||
$phpgw_info['flags'] = array(
|
$phpgw_info['flags'] = array(
|
||||||
'disable_template_class' => True,
|
'disable_template_class' => True,
|
||||||
|
Loading…
Reference in New Issue
Block a user