Ignore:
Timestamp:
2006/09/26 21:44:02 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

Location:
temp/trunk/html/admin/mail
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/mail/history.php

    r4608 r5922  
    11<?php 
    2  
     2/* 
     3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 
     4 * 
     5 * http://www.lockon.co.jp/ 
     6 */ 
    37require_once("../require.php"); 
    48 
  • temp/trunk/html/admin/mail/htmlmail.php

    r4608 r5922  
    11<?php 
    2  
     2/* 
     3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 
     4 * 
     5 * http://www.lockon.co.jp/ 
     6 */ 
    37require_once("../require.php"); 
    48 
  • temp/trunk/html/admin/mail/htmlmail_select.php

    r5253 r5922  
    11<?php 
    2  
     2/* 
     3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 
     4 * 
     5 * http://www.lockon.co.jp/ 
     6 */ 
    37require_once("../require.php"); 
    48 
  • temp/trunk/html/admin/mail/inc_mailmagazine.php

    r5258 r5922  
    11<?php 
    2 /** 
     2/* 
     3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 
     4 * 
     5 * http://www.lockon.co.jp/ 
     6 * 
    37 * CSVÇÛ¿®µ¡Ç½¼ÂÁõ¤Î¤¿¤á¡¢¶¦ÄÌÉôʬ¤ò³°Éô¥Õ¥¡¥¤¥ë²½¤·¤Þ¤·¤¿¡£<br> 
    48 * @author hirokazu_fukuda 
  • temp/trunk/html/admin/mail/index.php

    r5180 r5922  
    11<?php 
    2  
     2/* 
     3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 
     4 * 
     5 * http://www.lockon.co.jp/ 
     6 */ 
    37require_once("../require.php"); 
    48require_once("./inc_mailmagazine.php"); 
  • temp/trunk/html/admin/mail/preview.php

    r5258 r5922  
    11<?php 
    2  
     2/* 
     3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 
     4 * 
     5 * http://www.lockon.co.jp/ 
     6 */ 
    37require_once("../require.php"); 
    48 
  • temp/trunk/html/admin/mail/sendmail.php

    r4643 r5922  
    11<?php 
     2/* 
     3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 
     4 * 
     5 * http://www.lockon.co.jp/ 
     6 */ 
    27$include_dir = realpath(dirname( __FILE__)); 
    38require_once($include_dir."/../require.php"); 
  • temp/trunk/html/admin/mail/template.php

    r4848 r5922  
    11<?php 
    2  
     2/* 
     3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 
     4 * 
     5 * http://www.lockon.co.jp/ 
     6 */ 
    37require_once("../require.php"); 
    48 
  • temp/trunk/html/admin/mail/template_input.php

    r5175 r5922  
    11<?php 
    2  
     2/* 
     3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 
     4 * 
     5 * http://www.lockon.co.jp/ 
     6 */ 
    37require_once("../require.php"); 
    48 
Note: See TracChangeset for help on using the changeset viewer.