Subversion Repositories VORC

Rev

Rev 35 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
35 - 1
#!/usr/bin/perl
2
 
3
use strict;
4
use cPanelUserConfig;
5
use RollerCon;
6
use DBI;
7
use WebDB;
8
 
9
my $dbh = WebDB::connect;
10
 
161 - 11
$dbh->do ("update setting set value = ? where setting.key = ?", undef, 0, "MAX_CLASS_SIGNUP");