srchub

srchub Commit Details


Date:2013-08-15 22:11:47 (11 years 4 months ago)
Author:Natalie Adams
Branch:master
Commit:ccece87dee25a4ffcf2321fcb8022f6501ce686c
Parents: 5940f965a6fb7c30083e6ed9ee09eb09878d5bf3
Message:Fixing newline issue

Changes:

File differences

indefero/src/IDF/Plugin/SyncMercurial.php
231231
232232
233233
234
235
234
235
236236
237237
238238
$fcontent .= '<Location '. sprintf(Pluf::f('idf_plugin_syncmercurial_private_url'), $project->shortname).'>'."\n";
$fcontent .= 'AuthType Basic'."\n";
$fcontent .= 'AuthName "Restricted"'."\n";
$fcontent .= 'AuthExternal otpauth\n';
$fcontent .= 'AuthBasicProvider external\n';
$fcontent .= 'AuthExternal otpauth' . "\n";
$fcontent .= 'AuthBasicProvider external' . "\n";
$fcontent .= sprintf('AuthUserFile %s', Pluf::f('idf_plugin_syncmercurial_passwd_file'))."\n";
$fcontent .= sprintf('Require user %s', $user)."\n";
$fcontent .= '</Location>'."\n\n";

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.06032s using 14 queries.