From: Alan Knowles Date: Tue, 11 Oct 2016 04:57:07 +0000 (+0800) Subject: index.php X-Git-Url: http://git.roojs.org/?p=web.mtrack;a=commitdiff_plain;h=92e2fb1a77f630e683e676436f92a5d101484d46 index.php --- 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..