From 5fdd0a9e0a3affc59369d85df02e2262c9299786 Mon Sep 17 00:00:00 2001 From: Damien LASSERRE Date: Wed, 15 Feb 2012 09:32:54 +0000 Subject: [PATCH] suppression du backend --- .../backend/controllers/IndexController.php | 24 ------------------- .../backend/views/scripts/index/index.phtml | 20 ---------------- 2 files changed, 44 deletions(-) delete mode 100644 application/modules/backend/controllers/IndexController.php delete mode 100644 application/modules/backend/views/scripts/index/index.phtml diff --git a/application/modules/backend/controllers/IndexController.php b/application/modules/backend/controllers/IndexController.php deleted file mode 100644 index e5a6cfc4..00000000 --- a/application/modules/backend/controllers/IndexController.php +++ /dev/null @@ -1,24 +0,0 @@ -getIdentity(); - if($user->username != 'fzicaro' and $user->username != 'dlasserre') - $this->_redirect('/'); - if ($user->customisation) { - $this->view->assign('preferences', $user->customisation); - } - } - - -} - diff --git a/application/modules/backend/views/scripts/index/index.phtml b/application/modules/backend/views/scripts/index/index.phtml deleted file mode 100644 index 3ae82969..00000000 --- a/application/modules/backend/views/scripts/index/index.phtml +++ /dev/null @@ -1,20 +0,0 @@ -
- -
- action('index', 'entreprise')?> -
-
- action('index', 'economique')?> -
-
- action('index', 'geographique')?> -
-
- action('index', 'juridique')?> -
-
\ No newline at end of file