| Current Path : /home/semix18/public_html/pogtech.pl/data/widgets/notify/ |
| Current File : /home/semix18/public_html/pogtech.pl/data/widgets/notify/notifyController.class.php |
<?php /*windu.org model*/
Class notifyController extends widgetMainController
{
public function run() {
$notifyMessageNegative = generate::cleanMessageKey($this->request->getVariable('mn'));
$notifyMessagePositive = generate::cleanMessageKey($this->request->getVariable('mp'));
return array("notifyMessagePositive" => $notifyMessagePositive,"notifyMessageNegative" => $notifyMessageNegative);
}
}
?>