'XX', 'stateOrProvinceName' => 'State', 'localityName' => 'SomewhereCity', 'organizationName' => 'MySelf', 'organizationalUnitName' => 'Whatever', 'commonName' => 'mySelf', 'emailAddress' => 'user.com' ); // Font File $utgb_font_Abadi_file = './fonts/Abadi MT Condensed Light.ttf'; $utgb_font_Abadi_file = realpath($utgb_font_Abadi_file); if ($utgb_font_Abadi_file == "") { // call from renderer $utgb_font_Abadi_file = '../fonts/Abadi MT Condensed Light.ttf'; $utgb_font_Abadi_file = realpath($utgb_font_Abadi_file); } // Cache Directory $utgb_cache_dir = './cache'; $utgb_cache_real_dir = realpath($utgb_cache_dir); if ($utgb_cache_real_dir == "") { // call from renderer $utgb_cache_dir = '../cache'; $utgb_cache_real_dir = realpath($utgb_cache_dir); } $utgb_cache_binary_dir = $utgb_cache_real_dir.'/binary'; $utgb_cache_add_track_file = $utgb_cache_binary_dir.'/addtrack'; $utgb_cache_search_gene_file = $utgb_cache_binary_dir.'/testgene'; $utgb_cache_search_graph_file = $utgb_cache_binary_dir.'/testgraph'; $utgb_cache_search_color_file = $utgb_cache_binary_dir.'/testcolor'; $utgb_cache_graphcolor_dir = './CacheData'; // EasyTrack File Upload Directory $utgb_uploaded_easytrack_dir = './uploaded_easytrack'; $utgb_uploaded_easytrack_dir = realpath($utgb_uploaded_easytrack_dir); // Log Directory $utgb_log_dir = './log'; $utgb_log_dir = realpath($utgb_log_dir); // PostgreSQL installed directory $utgb_postgre_install_dir = ""; // undisplay_modify $disable_modify['BaseColor'] = 1 ; ?>