X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=index.php;h=b3dfb635d74ed34f0526f919915b52491a6bd670;hb=618c7a09c5e0b99ca1ef5381aa2349802d11098b;hp=960c99339d6dac15f74b26cdd7b8677e8dd10215;hpb=2bed1fcce50cb61206535546a9563fa22430b54d;p=eq%2F.git diff --git a/index.php b/index.php index 960c993..b3dfb63 100644 --- a/index.php +++ b/index.php @@ -13,7 +13,7 @@ $GLOBALS['phpgw_info']['flags'] = array ( - 'currentapp' => '3rd', + 'currentapp' => 'tc', 'noheader' => True, 'nonavbar' => True ); @@ -29,8 +29,8 @@ } else { - $app = '3rd'; - $class = '3rd'; + $app = 'tc'; + $class = 'tc'; $invalid_data = True; } @@ -69,10 +69,10 @@ } //$GLOBALS['phpgw']->log->commit(); - //$GLOBALS['phpgw']->redirect_link('/3rd/index.php?menuaction=3rd.3rd.ht_view'); + //$GLOBALS['phpgw']->redirect_link('/tc/index.php?menuaction=tc.tc.ht_view'); } -//$obj = CreateObject('3rd.3rd'); +//$obj = CreateObject('tc.tc'); //$obj->ht_view(); //$GLOBALS['phpgw']->common->phpgw_footer();