summaryrefslogtreecommitdiff
path: root/protected/modules/cms/controllers/DefaultController.php
diff options
context:
space:
mode:
Diffstat (limited to 'protected/modules/cms/controllers/DefaultController.php')
-rw-r--r--protected/modules/cms/controllers/DefaultController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/protected/modules/cms/controllers/DefaultController.php b/protected/modules/cms/controllers/DefaultController.php
index b76d17b..1fa2d33 100644
--- a/protected/modules/cms/controllers/DefaultController.php
+++ b/protected/modules/cms/controllers/DefaultController.php
@@ -12,9 +12,9 @@ class DefaultController extends Controller
{
$this->render('index');
}
- public function actionAdmin()
+/* public function actionAdmin()
{
$this->render('admin');
}
-
+*/
}