Skip to content

Commit

Permalink
removed garbage in output
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidde Boomsma committed Oct 8, 2013
1 parent 73d0e28 commit cf39fd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion bin/dead

This file was deleted.

3 changes: 3 additions & 0 deletions bin/dead
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env php
<?php
require_once __DIR__ . '/../src/loader.php';
3 changes: 1 addition & 2 deletions src/loader.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env php
<?php

require_once "__DIR__/../vendor/autoload.php";
require_once __DIR__ .'/../vendor/autoload.php';

if (PHP_SAPI == "cli") {
$time_start = microtime(true);
Expand Down

0 comments on commit cf39fd5

Please sign in to comment.