From 5df6102c908935628cad6e29feb1406d68579f58 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 17 Sep 2010 12:28:14 +0800 Subject: [PATCH] RunGenerator.php --- RunGenerator.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RunGenerator.php b/RunGenerator.php index 5802eee0..89bf5a17 100644 --- a/RunGenerator.php +++ b/RunGenerator.php @@ -43,11 +43,11 @@ class Pman_Core_RunGenerator extends Pman $x = new Pman_Core_Generator(); // $x->page = clone($this); $x->start($this->cli, $args, $lastarg); - $ff = HTML_FlexyFramework::get(); - print_r($ff->DB_DataObject); - $dsn = parse_url($ff->DB_DataObject['database']); - print_r($dsn); + // technically it would be good to trash the cached ini files here.. + // however we can not really do that, as the ownships are off.. + //we can however regen our own files.. + die("done!"); } -- 2.39.2