Changeset 14608


Ignore:
Timestamp:
2007/06/13 16:32:32 (17 years ago)
Author:
adati
Message:

ipアドレスの表示を、DEBUG_MODEがfalseの時は出ないように修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/class/SC_View.php

    r14531 r14608  
    9797        } 
    9898         
    99         print($_SERVER["SERVER_ADDR"]."-"); 
     99        if (DEBUG_MODE === true) { 
     100            print($_SERVER["SERVER_ADDR"]."-"); 
     101        } 
    100102    } 
    101103     
Note: See TracChangeset for help on using the changeset viewer.