small fixes to the last commit

git-svn-id: svn://192.168.202.10@3599 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2022-05-10 19:50:03 +00:00
parent dbec4b65f7
commit d078ad7f78
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ $at='@';
$S='*';
$US='_';
$route_type='DID';
$DBX=1; # set to 1 for extra debugging output
$DBX=0; # set to 1 for extra debugging output
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime(time);
$year = ($year + 1900);