Use MY_Controller instead of global hook
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
<?php defined('BASEPATH') || exit('No direct script access allowed');
|
||||
/*
|
||||
* Copyright (c) 2011 Karsten Heiken <karsten@disposed.de>
|
||||
* Copyright (c) 2011 Karsten Heiken, Eike Foken
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
@@ -26,7 +26,7 @@
|
||||
*
|
||||
* @author Karsten Heiken <karsten@disposed.de>
|
||||
*/
|
||||
class Results extends CI_Controller {
|
||||
class Results extends MY_Controller {
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
@@ -38,6 +38,9 @@ class Results extends CI_Controller {
|
||||
$this->load->model('server');
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public function index() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user