view postsettings.php @ 128:d6a932ac8d8e

mod: 動作の見た目を少し修正
author Sushi-k <epgrec@park.mda.or.jp>
date Wed, 17 Mar 2010 20:35:31 +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" );
?>