Changeset 23415 for branches/version-2_13-dev/data/class/util/GC_Utils.php
- Timestamp:
- 2014/05/13 13:03:33 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/util/GC_Utils.php
r23124 r23415 180 180 * @param bool $verbose 冗長な出力を行うか 181 181 */ 182 public function gfPrintLog($msg, $path = '', $verbose = USE_VERBOSE_LOG)182 public static function gfPrintLog($msg, $path = '', $verbose = USE_VERBOSE_LOG) 183 183 { 184 184 // 日付の取得 … … 363 363 public function getUrl() 364 364 { 365 $url = '';366 367 365 if (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off') { 368 366 $url = 'https://';
Note: See TracChangeset
for help on using the changeset viewer.
