Changeset 16872


Ignore:
Timestamp:
2007/12/03 02:13:36 (16 years ago)
Author:
adachi
Message:

ログ追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/upgrade/LC_Page_Upgrade_Download.php

    r16866 r16872  
    297297            $objForm->setParam($_POST); 
    298298 
     299            $objLog->log('* param check start'); 
    299300            if ($objForm->CheckError()) { 
    300301                $objLog->log('* invalid param'); 
     
    302303            } 
    303304 
     305            $objLog->log('* public_key check start'); 
    304306            $public_key = $this->getPublicKey(); 
    305307            if (empty($public_key)) { 
     
    311313            $public_key_sha1 = $objForm->getValue('public_key'); 
    312314 
     315            $objLog->log('* ip check start'); 
    313316            if ($this->isValidIP() 
    314317            && $public_key_sha1 === sha1($public_key . $sha1_key)) { 
Note: See TracChangeset for help on using the changeset viewer.