first commit

This commit is contained in:
2019-05-25 23:11:05 -04:00
commit 16f48376bc
6139 changed files with 990356 additions and 0 deletions
@@ -0,0 +1,19 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Logout extends AGT_Controller {
function __construct() {
parent::__construct();
}
public function index() {
$this->load->view('home/start_page');
}
}