Skip to content

Commit

Permalink
Instantiate object that's used (and necessary!)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwalkerster committed Nov 13, 2014
1 parent 4b0c0ae commit 0c60646
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@
$asSQL = new database("antispoof");

// Initialize the class objects.
$request = new accRequest();
$strings = new strings();
$request = new accRequest();
$strings = new strings();

$antispoofProvider = new $antispoofProviderClass();
$xffTrustProvider = new $xffTrustProviderClass($squidIpList);

// Display the header of the interface.
BootstrapSkin::displayPublicHeader();
Expand Down

0 comments on commit 0c60646

Please sign in to comment.