Changeset 6128


Ignore:
Timestamp:
2006/10/12 17:23:28 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r6114 r6128  
    8080    //DB¤«¤éÀßÄê¾ðÊó¤ò¼èÆÀ 
    8181    if(defined('DB_USER') && defined('DB_PASSWORD') && defined('DB_SERVER') && defined('DB_NAME')) { 
     82        /* 
    8283        $objConn = new SC_DbConn(DEFAULT_DSN); 
    8384        // ºÇ½é¤Ë¼Â¹Ô¤¹¤ëPHP¥½¡¼¥¹¤ò¸¡º÷¤¹¤ë 
     
    9192            } 
    9293        } 
     94        */ 
    9395    } 
    9496} 
  • temp/trunk/html/install/index.php

    r6108 r6128  
    429429    } 
    430430     
     431    /* 
    431432    // Ź̾¡¢´ÉÍý¼Ô¥á¡¼¥ë¥¢¥É¥ì¥¹¤ò¼èÆÀ¤¹¤ë¡£(ºÆ¥¤¥ó¥¹¥È¡¼¥ë»þ) 
    432433    if(defined('DEFAULT_DSN')) { 
     
    436437        $admin_mail = $arrRet[0]['email01']; 
    437438    } 
     439    */ 
    438440 
    439441    $objWebParam->addParam("Ź̾", "shop_name", MTEXT_LEN, "", array("EXIST_CHECK","MAX_LENGTH_CHECK"), $shop_name); 
  • temp/trunk/html/products/list.php

    r6083 r6128  
    55 * http://www.lockon.co.jp/ 
    66 */ 
     7 
     8$include_dir = realpath(dirname( __FILE__)); 
     9require_once($include_dir . "/../data/conf/conf.php");   
    710require_once(DATA_PATH . "lib/slib.php"); 
    811require_once(DATA_PATH . "class/SC_View.php"); 
Note: See TracChangeset for help on using the changeset viewer.