[Mapbender-commits] r3565 - branches/print_dev/http/print

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Wed Feb 18 03:50:24 EST 2009


Author: christoph
Date: 2009-02-18 03:50:24 -0500 (Wed, 18 Feb 2009)
New Revision: 3565

Removed:
   branches/print_dev/http/print/testfactories.php
Log:
deleted (was told to do so by Michael Schulz)

Deleted: branches/print_dev/http/print/testfactories.php
===================================================================
--- branches/print_dev/http/print/testfactories.php	2009-02-18 08:49:14 UTC (rev 3564)
+++ branches/print_dev/http/print/testfactories.php	2009-02-18 08:50:24 UTC (rev 3565)
@@ -1,12 +0,0 @@
-<?php
-
-require_once(dirname(__FILE__)."/classes/factoryClasses.php");
-
-$pf = new mbPdfFactory();
-$pdf = $pf->create('testConfigTemplate.json');
-
-$pdf->render();
-$pdf->save();
-
-print $pdf->returnAbsoluteUrl();
-?>
\ No newline at end of file



More information about the Mapbender_commits mailing list