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
|
||||
// Detect bad logins and passwords, spit out generic message
|
||||
|
||||
// If you plan on using this program, remove the following line.
|
||||
echo "\n"; exit;
|
||||
// If your are going to use multiable accounts, remove the following lines
|
||||
$login = 'anonymous';
|
||||
$passwd = 'anonymous';
|
||||
|
||||
$phpgw_info['flags'] = array(
|
||||
'disable_template_class' => True,
|
||||
|
Loading…
Reference in New Issue
Block a user