Rev 35 | Details | Compare with Previous | Last modification | View Log | RSS feed
#!/usr/bin/perl
use strict;
use cPanelUserConfig;
use RollerCon;
use DBI;
use WebDB;
my $dbh = WebDB::connect;
$dbh->do ("update setting set value = ? where setting.key = ?", undef, 0, "MAX_CLASS_SIGNUP");