]> jfr.im git - z_archive/KronOS.git/blob - application/controllers/json.php
Fixed account.php (this ain't python bro); fixed permissions because I'm picky.
[z_archive/KronOS.git] / application / controllers / json.php
1 <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
2
3 class Json extends CI_Controller {
4
5 public function __construct() {
6 # Required
7 parent::__construct();
8 }
9
10 public function index() {
11 echo "";
12 }
13 }