changeset 31:6bb8f29c80c0

modified: Settings.class.php
author Sushi-k <epgrec@park.mda.or.jp>
date Mon, 27 Jul 2009 11:24:05 +0900
parents 1c5f618dc210
children 01a8fdc0cebb
files Settings.class.php
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Settings.class.php	Mon Jul 27 11:21:57 2009 +0900
+++ b/Settings.class.php	Mon Jul 27 11:24:05 2009 +0900
@@ -125,9 +125,4 @@
 		$this->asXML(INSTALL_PATH . self::CONFIG_XML);
 	}
 }
-
-$settings = Settings::factory();
-
-print_r( get_object_vars( $settings ) );
-
-?>
\ No newline at end of file
+?>