Documentation TYPO3 par Ameos |
00001 <?php 00002 /* $Id: setup.php,v 2.3 2003/11/26 22:52:25 rabus Exp $ */ 00003 // vim: expandtab sw=4 ts=4 sts=4: 00004 00005 if (isset($GLOBALS['cfg']['DBG']['enable']) && $GLOBALS['cfg']['DBG']['enable']) { 00009 if (!@extension_loaded('dbg')) { 00010 PMA_dl('dbg'); 00011 } 00012 if (!@extension_loaded('dbg')) { 00013 echo sprintf($strCantLoad, 'DBG') . '<br />' . "\n" 00014 . '<a href="./Documentation.html#faqdbg" target="documentation">' . $GLOBALS['strDocu'] . '</a>' . "\n"; 00015 require_once('./footer.inc.php'); 00016 } 00017 $GLOBALS['DBG'] = true; 00018 } 00019 00020 ?>