projects
/
freeside.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
better pretty-printing for array values
[freeside.git]
/
rt
/
etc
/
acl.Sybase
1
2
sub acl {
3
my $db_name = RT->Config->Get('DatabaseName');
4
my $db_user = RT->Config->Get('DatabaseUser');
5
my $db_pass = RT->Config->Get('DatabasePassword');
6
7
return ("SP_ADDLOGIN $db_user, $db_pass, $db_name");
8
}
9
10
1;