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