X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;ds=sidebyside;f=inc%2Ffunction.php;h=ae00c5695ef6057d3362b6dd0ce65d95df0efb00;hb=2d9a9185f800fd0ecd14a9562419bb8e336cfd1c;hp=124bf65eb52061052ba183a90908ea3ae577426b;hpb=80036da1c42223e9058e5c26d3865adba758ec4b;p=idb%2FiDB.git.git diff --git a/inc/function.php b/inc/function.php index 124bf65..ae00c56 100644 --- a/inc/function.php +++ b/inc/function.php @@ -11,7 +11,7 @@ Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1 Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2 - $FileInfo: function.php - Last Update: 4/8/2022 SVN 947 - Author: cooldude2k $ + $FileInfo: function.php - Last Update: 4/9/2022 SVN 948 - Author: cooldude2k $ */ $File3Name = basename($_SERVER['SCRIPT_NAME']); if ($File3Name=="function.php"||$File3Name=="/function.php") { @@ -93,8 +93,6 @@ $REFERERurl = null; function output_error($message, $level=E_USER_ERROR) { $caller = next(debug_backtrace()); trigger_error($message.' in '.$caller['function'].' called from '.$caller['file'].' on line '.$caller['line'].''."\n
error handler", $level); } - $Names['D'] = "Dagmara"; -define("_dagmara_", $Names['D']); // By s rotondo90 at gmail com at https://www.php.net/manual/en/function.random-int.php#119670 if (!function_exists('random_int')) { function random_int($min, $max) {