This commit is contained in:
Romain Neutron
2012-01-11 21:06:33 +01:00
34 changed files with 1223 additions and 818 deletions

View File

@@ -2,6 +2,11 @@
require_once __DIR__ . '/../../bootstrap.php';
$new_include_path = __DIR__ . "/../../vendor/" . PATH_SEPARATOR . get_include_path();
set_include_path($new_include_path);
require_once __DIR__ . "/../../vendor/Phlickr/Api.php";
/*
* This file is part of Phraseanet
*