From 7af68b79795ebc8e7b451b3f296ebc484bc1e708 Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Wed, 5 Feb 2014 13:51:27 +0000 Subject: [PATCH] Chemin absolu pour xhprof --- bureau/admin/foot.php | 2 +- bureau/class/config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bureau/admin/foot.php b/bureau/admin/foot.php index f28b9502..a69edd59 100644 --- a/bureau/admin/foot.php +++ b/bureau/admin/foot.php @@ -10,6 +10,6 @@ if ( isset($debug_alternc) && $debug_alternc->status ) { diff --git a/bureau/class/config.php b/bureau/class/config.php index 9bf189f5..e42bed21 100644 --- a/bureau/class/config.php +++ b/bureau/class/config.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