Changeset 12807

Show
Ignore:
Timestamp:
10/16/11 19:13:06 (2 years ago)
Author:
p_lindheimer
Message:

don't use FILE to determine path, on symlinks it points to the original

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/fw_fop/install.php

    r12806 r12807  
    5454$freepbx_conf->define_conf_setting('FOPPASSWORD',$set); 
    5555 
    56 $fopwebroot = dirname(__FILE__)
     56$fopwebroot = $amp_conf['AMPWEBROOT'] . '/admin/modules/fw_fop'
    5757$freepbx_conf->set_conf_values(array('FOPWEBROOT' => $fopwebroot), true, true); 
    5858