Skip to content

Commit

Permalink
broken require
Browse files Browse the repository at this point in the history
  • Loading branch information
wogsland committed Jun 26, 2015
1 parent 7817717 commit 3654c3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/basic_example/index.php
@@ -1,6 +1,6 @@
<?php
<?php

require '../ham/ham.php';
require '../../ham/ham.php';

$beans = new Ham('beans');
$beans->route('/', function($app) {
Expand Down Expand Up @@ -29,4 +29,4 @@
});

$app->route('/beans', $beans);
$app->run();
$app->run();

0 comments on commit 3654c3c

Please sign in to comment.