Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/html/admin/system/load_module.php

    r12157 r15078  
    88require_once(DATA_PATH . "module/Request.php"); 
    99 
    10 // ǧ¾Ú³Îǧ 
     10// 認証確認 
    1111$objSess = new SC_Session(); 
    1212sfIsSuccess($objSess); 
     
    2626        exit; 
    2727    } else { 
    28         print("¥â¥¸¥å¡¼¥ë¤Î¼èÆÀ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿¡£:".$path); 
     28        print("モジュールの取得に失敗しました。:".$path); 
    2929    } 
    3030} 
Note: See TracChangeset for help on using the changeset viewer.