Changeset 10045 for temp


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

blank

Location:
temp/trunk/html/test/kakinaka
Files:
2 edited

Legend:

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

    r10039 r10045  
    1616'usernamecol'=>"login_id",          // ¥æ¡¼¥¶Ì¾¤Î¥³¥é¥à 
    1717'passwordcol'=>"password",          // ¥Ñ¥¹¥ï¡¼¥É¤Î¥³¥é¥à 
    18 //'cryptType'=>"md5",               // ¥Ç¡¼¥¿¥Ù¡¼¥¹Ãæ¤Ç¤Î¥Ñ¥¹¥ï¡¼¥É¤Î°Å¹æ²½·Á¼° 
    19 'cryptType'=>"none",                // ¥Ç¡¼¥¿¥Ù¡¼¥¹Ãæ¤Ç¤Î¥Ñ¥¹¥ï¡¼¥É¤Î°Å¹æ²½·Á¼° 
     18'cryptType'=>"md5",             // ¥Ç¡¼¥¿¥Ù¡¼¥¹Ãæ¤Ç¤Î¥Ñ¥¹¥ï¡¼¥É¤Î°Å¹æ²½·Á¼° 
     19//'cryptType'=>"none",              // ¥Ç¡¼¥¿¥Ù¡¼¥¹Ãæ¤Ç¤Î¥Ñ¥¹¥ï¡¼¥É¤Î°Å¹æ²½·Á¼° 
    2020'dbFields'=>"*",                // ¾¤Î¥³¥é¥à¤Î¼èÆÀ¤ò²Äǽ¤Ë¤¹¤ë 
    2121); 
  • temp/trunk/html/test/kakinaka/pear/Auth/Container/DB.php

    r10044 r10045  
    2626 * Include Auth_Container base class 
    2727 */ 
    28 require_once '../Container.php'; 
     28$include_dir = realpath(dirname( __FILE__)); 
     29require_once $include_dir . '/../Container.php'; 
    2930/** 
    3031 * Include PEAR DB 
Note: See TracChangeset for help on using the changeset viewer.