Lines Matching refs:farmer

40 …if(@file_exists($farmconf['farmer'].'lib/plugins/farm/installed')) $file = $farmconf['farmer'].'li…
64 if(!@mkdir($farmconf['farmer'], 0755)) die('Cannot create farmer dir');;
72 $farmconf['farmer'],
74 …array('./'.basename(__FILE__), './config.php', './'.trim($farmconf['farmer'], '/'), './'.trim($far…
81 … if($htaccess = @file_get_contents($farmconf['farmer'].'lib/plugins/farm/install/farm.htaccess')) {
85 $htaccess = str_replace('{farmer}', trim($farmconf['farmer'], '/'), $htaccess);
97 if($htaccess = @file_get_contents($farmconf['farmer'].'lib/plugins/farm/install/barn.htaccess')) {
101 $htaccess = str_replace('{farmer}', trim($farmconf['farmer'], '/'), $htaccess);
114 $farmconf['farmer'].'lib/plugins/farm/install/animaltemplate',
129 …if(!copy($farmconf['farmer'].'lib/plugins/farm/install/preload.php', $farmconf['farmer'].'inc/prel…
133 // Create farmer/wsdl.php
134 $wsdl = @file_get_contents($farmconf['farmer'].'lib/plugins/farm/install/wsdl.base');
138 …$wsdl = str_replace('{location}', $farmconf['farmwebroot'].$farmconf['farmer'].'lib/plugins/farm/s…
147 …if(!copy($farmconf['farmer'].'lib/plugins/farm/install/trusted_apps.php', $farmconf['farmer'].'lib…
152 if($htaccess = @file_get_contents($farmconf['farmfsroot'].$farmconf['farmer'].'.htaccess')) {
153 $wr = $farmconf['farmwebroot'].$farmconf['farmer'];
156 if($fp = fopen($farmconf['farmfsroot'].$farmconf['farmer'].'.htaccess', 'w')) {
169 header('Location: '.$farmconf['farmwebroot'].$farmconf['farmer'].'?do=admin&page=farm');