| 1234567891011 |
- newDBTableIfNotExists("PhotoSlideShow");
- writeDBItem("PhotoSlideShow", "folder", path);
- writeDBItem("PhotoSlideShow", "interval", interval);
- /*
- writeDBItem("PhotoSlideShow", "folder", "user:/Photo/Photo/uploads/");
- writeDBItem("PhotoSlideShow", "interval", "200000");
- */
- HTTP_HEADER = "text/html";
- sendResp('<meta http-equiv="refresh" content="0; URL=/Slideshow/setting.html?c=c">Completed. Click <a href="/Slideshow/setting.html?c=c">here</p> to return');
|