I am getting the following error while running PHP a script:
Symfony \ Component \ Debug \ Exception \ FatalErrorException
syntax error, unexpected '′' (T_STRING)
. Symfony\Component\Debug\Exception\FatalErrorException …/app/filters.php:72
Route::any(‘check/purchase-code’, function() {if ($code = Input::get(‘code’)) {ini_set(‘user_agent’, ‘Mozilla/5.0′);$result = “”;if ($result = 1) {Session::put(‘valid-usage’,’1′);return Redirect::route(‘install-db-info’);}}return Redirect::to(‘/install’);});
Route::filter(‘user-auth’, function()