Ignore:
Timestamp:
Sep 6, 2007, 8:34:32 PM (17 years ago)
Author:
george
Message:

Vytvořen systém omezení počtu registrací podle počtu háčů předchozího dne.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • minimanager/scripts/config.sample.php

    r19 r67  
    11<?php
     2
     3include('../registrace/reg_config.php');
    24/*
    35 * Project Name: MiniManager for Mangos Server
     
    6971
    7072//---- New account creation Options ----
    71 $disable_acc_creation = false;  //true = Do not allow new accounts to be created
     73if($AllowedRegistrationCountPerDay == 0) $disable_acc_creation = true;  //true = Do not allow new accounts to be created
     74else $disable_acc_creation = false;
    7275$send_mail_on_creation = false; //true = send mail at account creation.
    7376$create_acc_locked = 0;                 //if set to '1' newly created accounts will be made locked to 0.0.0.0 IP disallowing user to login.
Note: See TracChangeset for help on using the changeset viewer.