[xoops-cvslog 6269] CVS update: xoops2jp/html/modules/legacy/admin

Zurück zum Archiv-Index

Minahito minah****@users*****
2007年 3月 28日 (水) 18:27:22 JST


Index: xoops2jp/html/modules/legacy/admin/css.php
diff -u xoops2jp/html/modules/legacy/admin/css.php:1.1.2.4.2.1 xoops2jp/html/modules/legacy/admin/css.php:1.1.2.4.2.2
--- xoops2jp/html/modules/legacy/admin/css.php:1.1.2.4.2.1	Wed Mar 28 12:17:00 2007
+++ xoops2jp/html/modules/legacy/admin/css.php	Wed Mar 28 18:27:21 2007
@@ -62,7 +62,7 @@
 $smarty->setModulePrefix('_css_' . $theme);
 
 $result = "";
-if (file_exists($path . "/" . $file))
+if (is_file($path . "/" . $file))
 	$result = $smarty->fetch("file:" . $file);
 
 header('Content-Type:text/css;');


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index