comment out inclusion of _gen_planetflow.php
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 27 May 2011 14:22:44 +0000 (16:22 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 27 May 2011 14:22:44 +0000 (16:22 +0200)
planetlab/pub/slices.php

index 60628de..24a719c 100644 (file)
@@ -14,7 +14,8 @@ global $adm;
 
 // Get PlanetFlow stats
 global $planetflow, $active_bytes;
-include_once '_gen_planetflow.php';
+// Thierry : this is not found at PlanetLab Europe
+//include_once '_gen_planetflow.php';
 
 // Print header
 require_once 'plc_drupal.php';