Remove bootstrap calls

This commit is contained in:
Romain Neutron
2012-02-27 15:33:56 +01:00
parent 47efcba548
commit dc410932d3
3 changed files with 6 additions and 9 deletions

View File

@@ -1,6 +1,5 @@
<?php
require_once __DIR__ . '/../../bootstrap.php';
$include_path = realpath(__DIR__ . '/../../vendor/');
if(strpos(get_include_path(), $include_path) === false)