OSDN Git Service

var_export() is not found on this server
authorhenoheno <henoheno>
Mon, 8 Jan 2007 02:25:32 +0000 (11:25 +0900)
committerhenoheno <henoheno>
Mon, 8 Jan 2007 02:25:32 +0000 (11:25 +0900)
spam.php
spam/spam.php

index 2bf6de3..0f15961 100644 (file)
--- a/spam.php
+++ b/spam.php
@@ -1,5 +1,5 @@
 <?php
-// $Id: spam.php,v 1.104 2007/01/06 03:12:20 henoheno Exp $
+// $Id: spam.php,v 1.105 2007/01/08 02:25:32 henoheno Exp $
 // Copyright (C) 2006-2007 PukiWiki Developers Team
 // License: GPL v2 or (at your option) any later version
 // Functions for Concept-work of spam-uri metrics
@@ -13,7 +13,7 @@ if (! defined('SPAM_INI_FILE')) define('SPAM_INI_FILE', 'spam.ini.php');
 // (PHP 4 >= 4.2.0): var_export(): mail-reporting and dump related
 if (! function_exists('var_export')) {
        function var_export() {
-               return 'var_export() is not found' . "\n";
+               return 'var_export() is not found on this server' . "\n";
        }
 }
 
index 2bf6de3..0f15961 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// $Id: spam.php,v 1.104 2007/01/06 03:12:20 henoheno Exp $
+// $Id: spam.php,v 1.105 2007/01/08 02:25:32 henoheno Exp $
 // Copyright (C) 2006-2007 PukiWiki Developers Team
 // License: GPL v2 or (at your option) any later version
 // Functions for Concept-work of spam-uri metrics
@@ -13,7 +13,7 @@ if (! defined('SPAM_INI_FILE')) define('SPAM_INI_FILE', 'spam.ini.php');
 // (PHP 4 >= 4.2.0): var_export(): mail-reporting and dump related
 if (! function_exists('var_export')) {
        function var_export() {
-               return 'var_export() is not found' . "\n";
+               return 'var_export() is not found on this server' . "\n";
        }
 }