split config.py and parser.py into two modules. updated all files to use the
[monitor.git] / www / database.php
index bef3e03..070be1f 100644 (file)
@@ -1,8 +1,8 @@
 
 <?php 
 
-// PICKLE_PATH="/home/soltesz/research/planetlab/monitor3/pdb";
-define("PICKLE_PATH", "pdb");
+include 'monitorconfig.php';
+define("PICKLE_PATH", MONITOR_DATA_ROOTWEB);
 
 class Pickle
 {