Skip to content

Instantly share code, notes, and snippets.

@pavlakis
Created March 30, 2013 23:10
Show Gist options
  • Save pavlakis/5278758 to your computer and use it in GitHub Desktop.
Save pavlakis/5278758 to your computer and use it in GitHub Desktop.
Start by creating public/index.php
<?php
// public/index.php
$path = realpath('../');
define('ROOT', $path);
include ROOT . '/Bootstrap.php';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment