source: trunk/inc/registration_update.php

Last change on this file was 596, checked in by george, 15 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
3include('db.php');
4include('server.php');
5include('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.