IndexController.php 203 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php class IndexController extends QLib_Controller_Action { public function init() { } public function indexAction() { $this->helpGo('http://www.yohobuy.com/help/?category_id=60'); } }