Changeset 410 for temp


Ignore:
Timestamp:
2006/11/30 18:38:06 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/mainfile.php

    r405 r410  
    3232    // Physical path to your main XOOPS directory WITHOUT trailing slash 
    3333    // Example: define('XOOPS_ROOT_PATH', '/home/web/xoops.ec-cube.net/html'); 
    34     define('XOOPS_ROOT_PATH', '/home/web/xoops.ec-cube.net/html'); 
     34    define('XOOPS_ROOT_PATH', '/home/web/test-xoops.ec-cube.net/html'); 
    3535 
    3636    // XOOPS Virtual Path (URL) 
    3737    // Virtual path to your main XOOPS directory WITHOUT trailing slash 
    3838    // Example: define('XOOPS_URL', 'http://xoops.ec-cube.net'); 
    39     define('XOOPS_URL', 'http://xoops.ec-cube.net'); 
     39    define('XOOPS_URL', 'http://test-xoops.ec-cube.net'); 
    4040 
    4141    define('XOOPS_CHECK_PATH', 0); 
     
    8282    // Database Name 
    8383    // The name of database on the host. The installer will attempt to create the database if not exist 
    84     define('XOOPS_DB_NAME', 'xoops_db'); 
     84    define('XOOPS_DB_NAME', 'xoops_db_test2'); 
    8585 
    8686    // Use persistent connection? (Yes=1 No=0) 
     
    9292    define('XOOPS_GROUP_ANONYMOUS', '3'); 
    9393 
    94     // ƒI[ƒgƒƒOƒCƒ“ŠúŠÔ 
     94    // ????????? 
    9595    define('XOOPS_AUTOLOGIN_LIFETIME',7257600); 
    9696 
Note: See TracChangeset for help on using the changeset viewer.