From 4b2ac51f26ddca71bbd983f5d4bb37eb886034e7 Mon Sep 17 00:00:00 2001 From: Eike Foken Date: Thu, 11 Aug 2011 02:42:30 +0200 Subject: [PATCH] Remove deprecated controller extension --- application/controllers/ajax.php | 2 +- application/controllers/auth.php | 2 +- application/controllers/dashboard.php | 2 +- application/controllers/jobs.php | 2 +- application/controllers/programs.php | 2 +- application/controllers/projects.php | 2 +- application/controllers/results.php | 2 +- application/controllers/settings.php | 2 +- application/controllers/trials.php | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) mode change 100755 => 100644 application/controllers/auth.php diff --git a/application/controllers/ajax.php b/application/controllers/ajax.php index 995ac9f..307bf0a 100644 --- a/application/controllers/ajax.php +++ b/application/controllers/ajax.php @@ -27,7 +27,7 @@ * * @author Karsten Heiken */ -class Ajax extends MY_Controller { +class Ajax extends CI_Controller { /** * Constructor. diff --git a/application/controllers/auth.php b/application/controllers/auth.php old mode 100755 new mode 100644 index 651e6df..27b3f00 --- a/application/controllers/auth.php +++ b/application/controllers/auth.php @@ -5,7 +5,7 @@ * * @author Eike Foken */ -class Auth extends MY_Controller { +class Auth extends CI_Controller { /** * Constructor. diff --git a/application/controllers/dashboard.php b/application/controllers/dashboard.php index 159a649..cbeeb22 100644 --- a/application/controllers/dashboard.php +++ b/application/controllers/dashboard.php @@ -25,7 +25,7 @@ /** * @author Karsten Heiken */ -class Dashboard extends MY_Controller { +class Dashboard extends CI_Controller { /** * Constructor. diff --git a/application/controllers/jobs.php b/application/controllers/jobs.php index 12cf44b..8fea1c1 100644 --- a/application/controllers/jobs.php +++ b/application/controllers/jobs.php @@ -25,7 +25,7 @@ /** * @author Karsten Heiken */ -class Jobs extends MY_Controller { +class Jobs extends CI_Controller { /** * Constructor. diff --git a/application/controllers/programs.php b/application/controllers/programs.php index 2e19bc8..4cc6067 100644 --- a/application/controllers/programs.php +++ b/application/controllers/programs.php @@ -25,7 +25,7 @@ /** * @author Karsten Heiken */ -class Programs extends MY_Controller { +class Programs extends CI_Controller { /** * Constructor. diff --git a/application/controllers/projects.php b/application/controllers/projects.php index ad89ebf..4b51387 100644 --- a/application/controllers/projects.php +++ b/application/controllers/projects.php @@ -25,7 +25,7 @@ /** * @author Karsten Heiken */ -class Projects extends MY_Controller { +class Projects extends CI_Controller { /** * Constructor. diff --git a/application/controllers/results.php b/application/controllers/results.php index 7a9482d..b3611c4 100644 --- a/application/controllers/results.php +++ b/application/controllers/results.php @@ -27,7 +27,7 @@ * * @author Karsten Heiken */ -class Results extends MY_Controller { +class Results extends CI_Controller { /** * Constructor. diff --git a/application/controllers/settings.php b/application/controllers/settings.php index 42205d7..9348ee3 100644 --- a/application/controllers/settings.php +++ b/application/controllers/settings.php @@ -25,7 +25,7 @@ /** * @author Karsten Heiken */ -class Settings extends MY_Controller { +class Settings extends CI_Controller { /** * Constructor. diff --git a/application/controllers/trials.php b/application/controllers/trials.php index e3300c4..af8466b 100644 --- a/application/controllers/trials.php +++ b/application/controllers/trials.php @@ -27,7 +27,7 @@ * * @author Karsten Heiken */ -class Trials extends MY_Controller { +class Trials extends CI_Controller { /** * Constructor.