view postsettings.php @ 60:01079b81f125

modified: sendstream.php
author yoneda <yoneda@recorder.localnet.mda.or.jp>
date Sat, 01 Aug 2009 20:45:29 +0900
parents 68de7a0e44cd
children
line wrap: on
line source

<?php
include_once("config.php");
include_once(INSTALL_PATH."/Settings.class.php");
include_once(INSTALL_PATH."/reclib.php" );

$settings = Settings::factory();
$settings->post();
$settings->save();

jdialog("設定が保存されました", "index.php" );
?>