Your IP : 216.73.216.176


Current Path : /home/semix18/public_html/pogtech.pl/data/widgets/notify/
Upload File :
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);
	}
}
?>