Changeset 1665 for trunk/admin.php


Ignore:
Timestamp:
Dec 16, 2006, 11:22:31 AM (17 years ago)
Author:
vdigital
Message:

Admin menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r1656 r1665  
    109109    )
    110110  );
    111 
     111if ($conf['allow_web_services'])
     112{
     113  $template->assign_block_vars(
     114    'web_services',
     115    array(
     116      'U_WS_CHECKER'=> $link_start.'ws_checker',
     117      )
     118    );
     119}
    112120if ($conf['allow_random_representative'])
    113121{
Note: See TracChangeset for help on using the changeset viewer.