update v1.0.7.5

This commit is contained in:
Sujit Prasad
2016-06-17 20:28:31 +05:30
parent 7fba00a7a0
commit a3fbf1acd4
150 changed files with 2515 additions and 3697 deletions

View File

@@ -31,7 +31,6 @@ class CheckUpdate
return redirect('file-update');
}
}
return $next($request);
}
@@ -47,11 +46,11 @@ class CheckUpdate
public function checkNewUpdate()
{
$notify = new BarNotification();
if (!\Schema::hasTable('bar_notifications')) {
if(!\Schema::hasTable('bar_notifications')){
$url = url('database-upgrade');
//$string = "Your Database is outdated please upgrade <a href=$url>Now !</a>";
echo view('themes.default1.update.database', compact('url'));
exit;
exit;
}
$not = $notify->get();
if ($not->count() > 0) {