summaryrefslogblamecommitdiffstats
path: root/application/controllers/IndexController.php
blob: 1321c14b67623c15262a07873a882163949c86f9 (plain) (tree)
1
2
3
4
5
6
7



                                                    

                            
 




                                                                
 

                                     
 
         



 
<?php

class IndexController extends Zend_Controller_Action
{
	protected $config;
	protected $pbs2host;

	public function init()
	{
		$this->config = $bootstrap->getOptions();
		$this->pbs2host = $this->config['pbs2']['host'];
	}

	public function indexAction()
	{

	}


}