Changeset 67 for minimanager/scripts/config.sample.php
- Timestamp:
- Sep 6, 2007, 8:34:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
minimanager/scripts/config.sample.php
r19 r67 1 1 <?php 2 3 include('../registrace/reg_config.php'); 2 4 /* 3 5 * Project Name: MiniManager for Mangos Server … … 69 71 70 72 //---- New account creation Options ---- 71 $disable_acc_creation = false; //true = Do not allow new accounts to be created 73 if($AllowedRegistrationCountPerDay == 0) $disable_acc_creation = true; //true = Do not allow new accounts to be created 74 else $disable_acc_creation = false; 72 75 $send_mail_on_creation = false; //true = send mail at account creation. 73 76 $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.