Changeset 5922 for temp/trunk/html/admin/mail
- Timestamp:
- 2006/09/26 21:44:02 (20 years ago)
- Location:
- temp/trunk/html/admin/mail
- Files:
-
- 9 edited
-
history.php (modified) (1 diff)
-
htmlmail.php (modified) (1 diff)
-
htmlmail_select.php (modified) (1 diff)
-
inc_mailmagazine.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
preview.php (modified) (1 diff)
-
sendmail.php (modified) (1 diff)
-
template.php (modified) (1 diff)
-
template_input.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/mail/history.php
r4608 r5922 1 1 <?php 2 2 /* 3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 4 * 5 * http://www.lockon.co.jp/ 6 */ 3 7 require_once("../require.php"); 4 8 -
temp/trunk/html/admin/mail/htmlmail.php
r4608 r5922 1 1 <?php 2 2 /* 3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 4 * 5 * http://www.lockon.co.jp/ 6 */ 3 7 require_once("../require.php"); 4 8 -
temp/trunk/html/admin/mail/htmlmail_select.php
r5253 r5922 1 1 <?php 2 2 /* 3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 4 * 5 * http://www.lockon.co.jp/ 6 */ 3 7 require_once("../require.php"); 4 8 -
temp/trunk/html/admin/mail/inc_mailmagazine.php
r5258 r5922 1 1 <?php 2 /** 2 /* 3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 4 * 5 * http://www.lockon.co.jp/ 6 * 3 7 * CSVÇÛ¿®µ¡Ç½¼ÂÁõ¤Î¤¿¤á¡¢¶¦ÄÌÉôʬ¤ò³°Éô¥Õ¥¡¥¤¥ë²½¤·¤Þ¤·¤¿¡£<br> 4 8 * @author hirokazu_fukuda -
temp/trunk/html/admin/mail/index.php
r5180 r5922 1 1 <?php 2 2 /* 3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 4 * 5 * http://www.lockon.co.jp/ 6 */ 3 7 require_once("../require.php"); 4 8 require_once("./inc_mailmagazine.php"); -
temp/trunk/html/admin/mail/preview.php
r5258 r5922 1 1 <?php 2 2 /* 3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 4 * 5 * http://www.lockon.co.jp/ 6 */ 3 7 require_once("../require.php"); 4 8 -
temp/trunk/html/admin/mail/sendmail.php
r4643 r5922 1 1 <?php 2 /* 3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 4 * 5 * http://www.lockon.co.jp/ 6 */ 2 7 $include_dir = realpath(dirname( __FILE__)); 3 8 require_once($include_dir."/../require.php"); -
temp/trunk/html/admin/mail/template.php
r4848 r5922 1 1 <?php 2 2 /* 3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 4 * 5 * http://www.lockon.co.jp/ 6 */ 3 7 require_once("../require.php"); 4 8 -
temp/trunk/html/admin/mail/template_input.php
r5175 r5922 1 1 <?php 2 2 /* 3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 4 * 5 * http://www.lockon.co.jp/ 6 */ 3 7 require_once("../require.php"); 4 8
Note: See TracChangeset
for help on using the changeset viewer.
