Loading rainloop/appinfo/routes.php +1 −1 Original line number Diff line number Diff line <?php $this->create('rainloop_index', '/apps/rainloop/') $this->create('rainloop_index', '/') ->actionInclude('rainloop/index.php'); $this->create('rainloop_app', '/app/') Loading Loading
rainloop/appinfo/routes.php +1 −1 Original line number Diff line number Diff line <?php $this->create('rainloop_index', '/apps/rainloop/') $this->create('rainloop_index', '/') ->actionInclude('rainloop/index.php'); $this->create('rainloop_app', '/app/') Loading