Chemin absolu pour xhprof
This commit is contained in:
parent
0edf010715
commit
7af68b7979
|
@ -10,6 +10,6 @@ if ( isset($debug_alternc) && $debug_alternc->status ) {
|
|||
</body>
|
||||
</html>
|
||||
<?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');
|
||||
?>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
*/
|
||||
|
||||
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 :
|
||||
// # touch /etc/alternc/alternc_display_php_error
|
||||
|
|
Loading…
Reference in New Issue