Changeset 1663


Ignore:
Timestamp:
Dec 16, 2006, 10:40:59 AM (17 years ago)
Author:
vdigital
Message:

Admin part in coding review status.

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/ws_checker.php

    r1661 r1663  
    146146
    147147
    148 // FIXME would be in migration process but could stay here
    149 // Config parameters
    150 if (!isset($conf['ws_status']))
    151 {
    152   $conf['ws_status'] = false;
    153 
    154   $query = '
    155   INSERT INTO '.CONFIG_TABLE.'
    156     (param,value,comment)
    157     VALUES
    158   (\'ws_status\', \'false\', \'Web Service status\' )
    159   ;';
    160   pwg_query($query);
    161 }
    162 
    163148// accepted queries
    164149$req_type_list = official_req();
    165 
    166150
    167151//--------------------------------------------------------- update informations
Note: See TracChangeset for help on using the changeset viewer.