Your IP : 216.73.216.146


Current Path : /home/semix18/public_html/pogtech.pl/app/plugins/admin/controller/
Upload File :
Current File : /home/semix18/public_html/pogtech.pl/app/plugins/admin/controller/adminUpdateController.class.php

<?php /*windu.org admin controller*/
Class adminUpdateController extends adminAuthController
{
	function smartyGo()
	{
		parent::smartyGo();
		$this->smarty->template_dir = array(__SITE_PATH . '/app/plugins/admin/templates/');
	}
	public function __construct($request){

		parent::__construct($request);
	}
	public function index()
	{
		$this->smarty->assign('updateMethods',adminUpdateDoController::$updateMethodsString);
		$this->pageDisplayHook('update.tpl','mainSimple.tpl');
	}
}
?>