Skip to content

Commit

Permalink
Moved index and .htaccess into the /web folder so all project files a…
Browse files Browse the repository at this point in the history
…re outside of the web root so they're inaccessible via a browser
  • Loading branch information
joechilds authored and AliasIO committed Jun 17, 2013
1 parent d96d193 commit 8f75f05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion index.php → web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Swiftlet;

try {
chdir(dirname(__FILE__));
chdir(dirname(__FILE__) . '/..');

// Bootstrap the application
require 'Swiftlet/Interfaces/App.php';
Expand Down

0 comments on commit 8f75f05

Please sign in to comment.