Patch pour XHPRof

This commit is contained in:
Alan Garcia 2014-01-30 17:33:52 +00:00
parent bcf298ad77
commit f91898b537
2 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@ if ( isset($debug_alternc) && $debug_alternc->status ) {
</body> </body>
</html> </html>
<?php <?php
require_once("xhprof_footer.php"); if (DO_XHPROF_STATS) require_once("xhprof_footer.php");
exit(); // case of include('foot.php'); exit(); // case of include('foot.php');
?> ?>

View File

@ -29,7 +29,7 @@
*/ */
define('DO_XHPROF_STATS', FALSE); define('DO_XHPROF_STATS', FALSE);
require_once('xhprof_header.php'); if (DO_XHPROF_STATS) require_once('xhprof_header.php');
// To enable the display of the alternc debug error, do the following : // To enable the display of the alternc debug error, do the following :
// # touch /etc/alternc/alternc_display_php_error // # touch /etc/alternc/alternc_display_php_error