Changeset 66 for trunk/www/view/realm.php
- Timestamp:
- Aug 6, 2009, 8:46:20 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/view/realm.php
r65 r66 97 97 'Rate_XP_Quest' => array('Type' => 'Integer', 'Caption' => 'Násobek získaných zkušeností za dokončení výpravy', 'Default' => 1), 98 98 'Rate_XP_Explore' => array('Type' => 'Integer', 'Caption' => 'Násobek získaných zkušeností za objevení oblasti', 'Default' => 1), 99 ' Console_Enable' => array('Type' => 'Boolean', 'Caption' => 'Povolení vzdálená konzoly.', 'Default' => 0),99 'Ra_Enable' => array('Type' => 'Boolean', 'Caption' => 'Povolení vzdálená konzoly.', 'Default' => 0), 100 100 ), 101 101 ); … … 313 313 $EmulatorConfig->ParameterList[str_replace('_', '.', $Index)] = $Form->Values[$Index]; 314 314 } 315 print_r($EmulatorConfig->ParameterList);316 315 $EmulatorConfig->Save('../realm/'.$Realm->Id.'/etc/mangosd.conf'); 317 316 $RealmId = $_POST['RealmId'];
Note:
See TracChangeset
for help on using the changeset viewer.