Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carduz committed Jan 9, 2016
1 parent c436fa2 commit d029275
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions optimise.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
if(isset($_GET['company_id']) && (int)$_GET['company_id']>0)
system('php artisan optimise:meetings '.(int)$_GET['company_id']);
else
system('php artisan optimise:meetings');
?>

0 comments on commit d029275

Please sign in to comment.