| | |
| | | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| | | */
|
| | |
|
| | | class remoteaction_core_module extends modules_base {
|
| | | class remoteaction_core_module {
|
| | | var $module_name = 'remoteaction_core_module';
|
| | | var $class_name = 'remoteaction_core_module';
|
| | | /* No actions at this time. maybe later... */
|
| | |
| | | }
|
| | |
|
| | | private function _doIspCUpdate($action) {
|
| | | |
| | | // Ensure that this code is not executed twice as this would cause a loop in case of a failure
|
| | | $this->_actionDone($action['action_id'], 'ok');
|
| | | |
| | | /*
|
| | | * Get the version-number of the newest version
|
| | | */
|
| | |
| | | /*
|
| | | * All well done!
|
| | | */
|
| | | $this->_actionDone($action['action_id'], 'ok');
|
| | | //$this->_actionDone($action['action_id'], 'ok');
|
| | | }
|
| | | }
|
| | | ?> |