Skip to content

Commit

Permalink
removes define or die stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Grissinger committed May 16, 2016
1 parent 46a74d7 commit 19fc05f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion controllers/single_page/cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use \Concrete\Package\VividStore\Src\VividStore\Cart\Cart as StoreCart;
use \Concrete\Package\VividStore\Src\VividStore\Utilities\Calculator as StoreCalculator;

defined('C5_EXECUTE') or die(_("Access Denied."));
class cart extends PageController
{
public function view()
Expand Down
1 change: 0 additions & 1 deletion controllers/single_page/checkout/complete.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use \Concrete\Package\VividStore\Src\VividStore\Order\Order as StoreOrder;
use \Concrete\Package\VividStore\Src\VividStore\Customer\Customer as StoreCustomer;

defined('C5_EXECUTE') or die(_("Access Denied."));
class complete extends PageController
{
public function view()
Expand Down
2 changes: 0 additions & 2 deletions src/VividStore/Tax/TaxRate.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
use \Concrete\Package\VividStore\Src\VividStore\Utilities\Price as StorePrice;
use \Concrete\Package\VividStore\Src\VividStore\Utilities\Calculator as StoreCalculator;

defined('C5_EXECUTE') or die(_("Access Denied."));

/**
* @Entity
* @Table(name="VividStoreTaxRates")
Expand Down
2 changes: 0 additions & 2 deletions src/VividStore/Utilities/ProductFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
use Database;
use URL;

defined('C5_EXECUTE') or die(_("Access Denied."));

class ProductFinder extends Controller
{
public function getProductMatch()
Expand Down
2 changes: 0 additions & 2 deletions src/VividStore/Utilities/States.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
use Controller;
use Core;

defined('C5_EXECUTE') or die(_("Access Denied."));

class States extends Controller
{
public function getStateList()
Expand Down

0 comments on commit 19fc05f

Please sign in to comment.