ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF  x x ?? C         ?? C   ?à   " ??     ?? μ  } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú??     ?? μ   w !1AQ aq"2?B‘?±á #3Rebr?{ gilour

File "CoreController.php"

Full Path: /home/zcziejy/ryadselyen/src/admin/list/CoreController.php
File size: 380 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Dummy controller skips "core" list view, rendering the core projects directly as a single bundle.
 * Route: loco-core -> loco-core-view
 */
class Loco_admin_list_CoreController extends Loco_admin_RedirectController {


    /**
     * {@inheritdoc}
     */
    public function getLocation(){
        return Loco_mvc_AdminRouter::generate('core-view');
    }    
    
}