Minahito
minah****@users*****
2005年 8月 25日 (木) 12:18:25 JST
Index: xoops2jp/html/modules/news/admin/storyform.inc.php diff -u xoops2jp/html/modules/news/admin/storyform.inc.php:1.4.2.1 xoops2jp/html/modules/news/admin/storyform.inc.php:1.4.2.2 --- xoops2jp/html/modules/news/admin/storyform.inc.php:1.4.2.1 Sun Aug 21 13:16:54 2005 +++ xoops2jp/html/modules/news/admin/storyform.inc.php Thu Aug 25 12:18:25 2005 @@ -1,5 +1,5 @@ <?php -// $Id: storyform.inc.php,v 1.4.2.1 2005/08/21 04:16:54 nobunobu Exp $ +// $Id: storyform.inc.php,v 1.4.2.2 2005/08/25 03:18:25 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPS - PHP Content Management System // // Copyright (c) 2000 XOOPS.org // @@ -30,7 +30,7 @@ } include XOOPS_ROOT_PATH."/include/xoopscodes.php"; if(!isset($submit_page)){ - $submit_page = $_SERVER['PHP_SELF']; + $submit_page = xoops_getenv('PHP_SELF'); } $token=&XoopsMultiTokenHandler::quickCreate('news_admin_submit');