Changeset 74 for trunk/www/Application/Model/Cluster.php
- Timestamp:
- Aug 23, 2009, 9:38:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/Application/Model/Cluster.php
r69 r74 6 6 { 7 7 $this->System = $System; 8 $this->Config = $System->Config; 8 9 $this->Database = $System->Database; 9 10 … … 20 21 } 21 22 23 function MigrateRealm($RealmId) 24 { 25 } 26 27 function MigrateServer($ServerId) 28 { 29 } 22 30 } 23 31
Note:
See TracChangeset
for help on using the changeset viewer.