Example #1
0
 function doRevert()
 {
     if (XiptHelperUtils::changePluginState('xipt_community', 0) == false || XiptHelperUtils::changePluginState('xipt_system', 0) == false) {
         return false;
     }
     return true;
 }
Example #2
0
 function disable_plugin($pluginname)
 {
     // XITODO : remove this function
     return XiptHelperUtils::changePluginState($pluginname, 0);
 }