[xoops-cvslog 4404] CVS update: xoops2jp/html/kernel

Back to archive index

Minahito minah****@users*****
2006年 9月 1日 (金) 12:11:46 JST


Index: xoops2jp/html/kernel/XCube_Root.class.php
diff -u xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.17 xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.18
--- xoops2jp/html/kernel/XCube_Root.class.php:1.1.2.17	Mon Jul 31 19:44:13 2006
+++ xoops2jp/html/kernel/XCube_Root.class.php	Fri Sep  1 12:11:46 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package XCube
- * @version $Id: XCube_Root.class.php,v 1.1.2.17 2006/07/31 10:44:13 minahito Exp $
+ * @version $Id: XCube_Root.class.php,v 1.1.2.18 2006/09/01 03:11:46 minahito Exp $
  */
 
 /**
@@ -73,12 +73,12 @@
 	function loadSiteConfig()
 	{
 		if (func_num_args() == 0) {
-			die("FETAL: You doesn't have site setting config.");
+			die("FETAL: usage error: site setting config.");
 		}
 
 		$file = func_get_arg(0);
 		if(!file_exists($file)) {
-			die("FETAL: You cann't open site setting config.");
+			die("FETAL: open error: site setting config.");
 		}
 		
 		$this->setSiteConfig(parse_ini_file($file, true));


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