diff options
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; - - |