Made the loginid and password static by default, instead of require it to be passed

This commit is contained in:
jengo 2001-02-22 06:51:33 +00:00
parent f9ddd1ef43
commit c374af07d4

View File

@ -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,