|
Last change
on this file was 596, checked in by george, 16 years ago |
- Přidáno: Třída pro systém omezování počtu registrací. Automatické povolování registrací dle předchozího počtu hráčů online vůči zadané požadované hodnotě.
|
|
File size:
226 bytes
|
| Line | |
|---|
| 1 | <?php
|
|---|
| 2 |
|
|---|
| 3 | include('db.php');
|
|---|
| 4 | include('server.php');
|
|---|
| 5 | include('registration_limit.php');
|
|---|
| 6 |
|
|---|
| 7 | $Server = new Server($db);
|
|---|
| 8 | $RegistrationLimit = new RegistrationLimit($db, $Server, $Config);
|
|---|
| 9 |
|
|---|
| 10 | $RegistrationLimit->Update();
|
|---|
| 11 |
|
|---|
| 12 | ?>
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.