Changeset 10047 for temp


Ignore:
Timestamp:
2006/12/01 14:23:47 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/kakinaka/auth_http.php

    r10046 r10047  
    2929sfprintr($a); 
    3030 
    31 //$a->setRealm('yourrealm');            // Îΰè (realm) ̾ 
    32 //$a->setCancelText('<h2>Error 401</h2>');        // ǧ¾Ú¤¬¼ºÇÔ¤·¤¿ºÝ¤Ëɽ¼¨¤µ¤ì¤ë¥á¥Ã¥»¡¼¥¸ 
     31$a->setRealm('yourrealm');          // Îΰè (realm) ̾ 
     32$a->setCancelText('<h2>Error 401</h2>');        // ǧ¾Ú¤¬¼ºÇÔ¤·¤¿ºÝ¤Ëɽ¼¨¤µ¤ì¤ë¥á¥Ã¥»¡¼¥¸ 
    3333$a->start();                    // ǧ¾Ú¥×¥í¥»¥¹¤Î³«»Ï 
    34  
    35 /* 
    3634 
    3735if($a->getAuth())               // ǧ¾Ú¤¹¤Ù¤­¥æ¡¼¥¶¤«¤É¤¦¤«¤Î³Îǧ  
     
    4341    echo $a->getAuthData('email');      // ¤ª¤è¤Ó¥á¡¼¥ë¥¢¥É¥ì¥¹ (email) ¤ò¼èÆÀ¡£ 
    4442}; 
    45 */ 
     43 
    4644 
    4745?> 
Note: See TracChangeset for help on using the changeset viewer.