diff options
author | ivan <ivan> | 2002-03-24 23:16:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-03-24 23:16:56 +0000 |
commit | 8932bfd9e536bc1e0c075500847e05f51f639a7a (patch) | |
tree | f53cc0145c9504544cc99f4da70a48d9192daef0 /bin/icradius_reset | |
parent | f38abb144955686f880a528ed6fe4c9c5453517b (diff) |
s/icradius/sqlradius/
Diffstat (limited to 'bin/icradius_reset')
-rw-r--r-- | bin/icradius_reset | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/icradius_reset b/bin/icradius_reset deleted file mode 100644 index 58663ee6b..000000000 --- a/bin/icradius_reset +++ /dev/null @@ -1,7 +0,0 @@ - - my $sth = $icradius_dbh->prepare("DELETE FROM radcheck"); - $sth->execute or die "Can't reset radcheck table: ". $sth->errstr; - my $sth2 = $icradius_dbh->prepare("DELETE FROM radreply"); - $sth2->execute or die "Can't reset radreply table: ". $sth2->errstr; - - |