Chemin absolu pour xhprof

This commit is contained in:
Alan Garcia 2014-02-05 13:51:27 +00:00
parent 0edf010715
commit 7af68b7979
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
if (DO_XHPROF_STATS) require_once("xhprof_footer.php"); if (DO_XHPROF_STATS) require_once("/usr/share/alternc/panel/admin/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);
if (DO_XHPROF_STATS) require_once('xhprof_header.php'); if (DO_XHPROF_STATS) require_once('/usr/share/alternc/panel/admin/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