update version 1.0.2.1

This commit is contained in:
sujitprasad
2015-12-02 15:21:33 +05:30
parent 29c1cd1826
commit d7a77db621
46 changed files with 295 additions and 132 deletions

View File

@@ -395,12 +395,11 @@ class InstallController extends Controller {
File::put($install, $datacontent);
$smtpfilepath = "\App\Http\Controllers\Common\SettingsController::smtp()";
$path22 = app_path('Http\routes.php');
$path22 = app_path('Http/routes.php');
$content23 = File::get($path22);
$content23 = str_replace('"%smtplink%"', $smtpfilepath, $content23);
File::put($path22, $content23);
try {
return View::make('themes/default1/installer/helpdesk/view7');
} catch (Exception $e) {