- Timestamp:
- Oct 31, 2013, 9:30:09 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkConfigRouterOS/NetworkConfigRouterOS.php
r548 r586 14 14 } 15 15 16 function Install()16 function DoInstall() 17 17 { 18 parent::Install();19 18 } 20 19 21 function UnInstall()20 function DoUnInstall() 22 21 { 23 parent::UnInstall();24 22 } 25 23 26 function Start()24 function DoStart() 27 25 { 28 parent::Start();29 26 } 30 27 }
Note:
See TracChangeset
for help on using the changeset viewer.