Changeset 5917 for temp/trunk/html/admin/system/bkup.php
- Timestamp:
- 2006/09/26 19:53:32 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/admin/system/bkup.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/system/bkup.php
r5916 r5917 5 5 * http://www.lockon.co.jp/ 6 6 */ 7 8 7 require_once("../require.php"); 9 8 require_once("../../../data/module/Tar.php"); … … 95 94 // ¥Ð¥Ã¥¯¥¢¥Ã¥×¥ê¥¹¥È¤ò¼èÆÀ¤¹¤ë 96 95 $arrBkupList = lfGetBkupData("ORDER BY create_date DESC"); 97 98 96 // ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ë¤ËÅϤ¹¥Ç¡¼¥¿¤ò¥»¥Ã¥È 99 97 $objPage->arrErr = $arrErr; 100 98 $objPage->arrForm = $arrForm; 101 99 $objPage->arrBkupList = $arrBkupList; 100 101 sfprintr($objPage); 102 102 103 103 $objView->assignobj($objPage); //ÊÑ¿ô¤ò¥Æ¥ó¥×¥ì¡¼¥È¤Ë¥¢¥µ¥¤¥ó¤¹¤ë
Note: See TracChangeset
for help on using the changeset viewer.
