update v1.0.6.2

This commit is contained in:
sujitprasad
2016-02-18 20:52:44 +05:30
parent 69f07859aa
commit c4a6a2465f
51 changed files with 16750 additions and 2801 deletions

View File

@@ -149,7 +149,7 @@ class InstallerApiController extends Controller {
$smtpfilepath = "\App\Http\Controllers\Common\SettingsController::smtp()";
$lfmpath = "url('photos').'/'";
$path22 = app_path('Http/routes.php');
$path23 = app_path('config/lfm.php');
$path23 = base_path('config/lfm.php');
$content23 = File::get($path22);
$content24 = File::get($path23);
$content23 = str_replace('"%smtplink%"', $smtpfilepath, $content23);