Skip to content

Commit

Permalink
Create public entry for a secure web app project
Browse files Browse the repository at this point in the history
  • Loading branch information
Madeny Diawara committed May 23, 2018
1 parent df86571 commit a3ddbba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ install:

script:
- ./vendor/bin/phpunit
- php index.php
- php public/index.php
2 changes: 1 addition & 1 deletion index.php → public/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
require __DIR__ . '/vendor/autoload.php';
require __DIR__ . '/../vendor/autoload.php';

use Sith\Simple;

Expand Down

0 comments on commit a3ddbba

Please sign in to comment.