parent
cca8516e94
commit
72a8be3fb5
|
@ -29,7 +29,7 @@
|
||||||
*/
|
*/
|
||||||
@require_once("../class/config.php");
|
@require_once("../class/config.php");
|
||||||
if ((@include_once 'Image/Graph.php') === FALSE) {
|
if ((@include_once 'Image/Graph.php') === FALSE) {
|
||||||
echo "<p class=\"error\">". _("Image_Graph not installed. use 'aptitude install php-pear' then 'pear --alldeps install Image_Graph-devel' to see the graph.")."</p>";
|
echo "<p class=\"error\">". _("Image_Graph not installed. use 'aptitude install php-pear' then 'pear install --alldeps Image_Graph-devel' to see the graph.")."</p>";
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue