From 467387a581c066fa1760cf0d4b80b63f388b104c Mon Sep 17 00:00:00 2001 From: abijah Date: Mon, 10 Aug 2009 19:20:29 +0000 Subject: [PATCH] Removed the two dangerous links from the Debug menu, as we're preparing to enter new data and don't want to zap it. git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@517 97e9348a-65ac-dc4b-aefc-98561f571b83 --- app_controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app_controller.php b/app_controller.php index e8420b4..e0fd16d 100644 --- a/app_controller.php +++ b/app_controller.php @@ -52,8 +52,8 @@ class AppController extends Controller { array('onclick' => '$(".pr-section").show(); return false;')), array('name' => 'Contacts', 'url' => array('controller' => 'contacts', 'action' => 'index')), array('name' => 'Ledgers', 'url' => array('controller' => 'ledgers', 'action' => 'index')), - array('name' => 'New Ledgers', 'url' => array('controller' => 'accounts', 'action' => 'newledger')), - array('name' => 'RESET DATA', 'url' => array('controller' => 'accounts', 'action' => 'reset_data')), + //array('name' => 'New Ledgers', 'url' => array('controller' => 'accounts', 'action' => 'newledger')), + //array('name' => 'RESET DATA', 'url' => array('controller' => 'accounts', 'action' => 'reset_data')), ); }