From 92e2fb1a77f630e683e676436f92a5d101484d46 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 11 Oct 2016 12:57:07 +0800 Subject: [PATCH] index.php --- index.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.php b/index.php index 9000883b..7f81a224 100644 --- a/index.php +++ b/index.php @@ -36,6 +36,15 @@ new HTML_FlexyFramework(array( dirname(__FILE__). '/Pman/Core/DataObjects/pman.ini', )), + 'table_alias' => array( + 'core_person' => 'Person', + 'core_company' => 'Companies', + 'core_group_member' => 'group_members', + 'core_group_right' => 'group_rights', + 'core_group' => 'Groups', + 'core_office' => 'Office', + 'core_project' => 'Projects', + ) ), 'MTrackWeb' => array( 'working_dir' => '/var/lib/mtrack', // this needs to be writable by web user.. -- 2.39.2