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

Back to archive index

Minahito minah****@users*****
2006年 5月 23日 (火) 11:10:11 JST


Index: xoops2jp/html/misc.php
diff -u xoops2jp/html/misc.php:1.6 xoops2jp/html/misc.php:1.6.4.1
--- xoops2jp/html/misc.php:1.6	Mon Oct 24 20:44:16 2005
+++ xoops2jp/html/misc.php	Tue May 23 11:10:11 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: misc.php,v 1.6 2005/10/24 11:44:16 onokazu Exp $
+// $Id: misc.php,v 1.6.4.1 2006/05/23 02:10:11 minahito Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -26,7 +26,14 @@
 //  ------------------------------------------------------------------------ //
 
 include "mainfile.php";
+
+if (!defined("XOOPS_CACHE_PATH")) {
+    die();
+}
+
 include_once XOOPS_ROOT_PATH.'/language/'.$xoopsConfig['language'].'/misc.php';
+
+
 $action = isset($_GET['action']) ? trim($_GET['action']) : '';
 $action = isset($_POST['action']) ? trim($_POST['action']) : $action;
 $type = isset($_GET['type']) ? trim($_GET['type']) : '';


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