[xoops-cvslog 5835] CVS update: xoops2jp/html

Back to archive index

Minahito minah****@users*****
2006年 11月 14日 (火) 15:58:23 JST


Index: xoops2jp/html/mainfile.dist.php
diff -u xoops2jp/html/mainfile.dist.php:1.2.8.2.2.5 xoops2jp/html/mainfile.dist.php:1.2.8.2.2.6
--- xoops2jp/html/mainfile.dist.php:1.2.8.2.2.5	Sat Nov 11 10:42:48 2006
+++ xoops2jp/html/mainfile.dist.php	Tue Nov 14 15:58:23 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: mainfile.dist.php,v 1.2.8.2.2.5 2006/11/11 01:42:48 nobunobu Exp $
+// $Id: mainfile.dist.php,v 1.2.8.2.2.6 2006/11/14 06:58:23 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -32,6 +32,11 @@
     // Physical path to your main XOOPS directory WITHOUT trailing slash
     // Example: define('XOOPS_ROOT_PATH', '/path/to/xoops/directory');
     define('XOOPS_ROOT_PATH', '');
+	
+    // XOOPS Trusted Path
+    // This is option. If you need this path, input value. The trusted path
+    // should be a safety directory which web browsers can't access directly.
+    define('XOOPS_TRUST_PATH', '');
 
     // XOOPS Virtual Path (URL)
     // Virtual path to your main XOOPS directory WITHOUT trailing slash


xoops-cvslog メーリングリストの案内
Back to archive index