Removed test fldders

This commit is contained in:
dev-chiefworks
2021-12-17 20:53:05 -05:00
parent bfd1301c99
commit fcb3f3d136
32 changed files with 0 additions and 14145 deletions
@@ -1,27 +0,0 @@
<?php
class Mobile_Controller extends WRB_Controller {
public $data = array();
function __construct() {
parent::__construct();
//$this->renderMobileExtPage('mobile_index', $data);
$this->load->model('mobile_detect');
$phoneH = $this->mobile_detect->getMobileHeaders();
$imb = $this->mobile_detect->isMobile();
$mob_strict = false;
if ($mob_strict == true) {
if ($img == false) {
redirect('/');
} else {
}
}
}
}