Example #1
0
 public function actionInitinstall()
 {
     XenForo_Application::autoload('Shorten_URL');
     $initinstall = Shorten_URL::installAll();
     return $this->responseRedirect(XenForo_ControllerResponse_Redirect::SUCCESS, XenForo_Link::buildAdminLink('shortURL/'));
 }