remove author names
This commit is contained in:
@@ -7,9 +7,6 @@
|
||||
#
|
||||
# Takes input from STDIN, sends output to STDOUT
|
||||
#
|
||||
# By Robin Johnson robbat2@users.sourceforge.net
|
||||
# Many thanks to Patrick Lougheed pat@tfsb.org
|
||||
#
|
||||
|
||||
while(<>)
|
||||
{ s/\$cfg(\w+)/\$cfg\[\'$1\'\]/g;
|
||||
|
Reference in New Issue
Block a user