Exemple #1
0
 private function onAllow(GWF_Download $dl)
 {
     if (false === $dl->saveOption(GWF_Download::ENABLED, true)) {
         return GWF_HTML::err('ERR_DATABASE', array(__FILE__, __LINE__));
     }
     return $this->module->message('msg_enabled');
 }