OSDN Git Service

modified: epgwakealarm.php 省電力少し修正
[epgrec/epgrec.git] / postsettings.php
1 <?php
2 include_once("config.php");
3 include_once(INSTALL_PATH."/Settings.class.php");
4 include_once(INSTALL_PATH."/reclib.php" );
5
6 $settings = Settings::factory();
7 $settings->post();
8 $settings->save();
9
10 jdialog("設定が保存されました", "index.php" );
11 ?>