Changeset 10724 for freepbx/trunk

Show
Ignore:
Timestamp:
12/23/10 15:23:11 (2 years ago)
Author:
p_lindheimer
Message:

syntax error needs quotes with function_exists re #4299

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/config.php

    r10677 r10724  
    405405      $server_hostname = $_SESSION['session_hostname']; 
    406406    }else{ 
    407       if (function_exists(gethostname)){ 
     407      if (function_exists('gethostname')){ 
    408408        $server_hostname = trim(gethostname()); 
    409409      }else{