git-svn-id: https://msi/svn/firstRepo/Service/trunk@23 0f545695-f87b-41b6-9a03-7f16563b5454

This commit is contained in:
2014-12-10 15:19:03 +00:00
parent 4f363403ca
commit f7d8f47f57
30 changed files with 4732 additions and 3053 deletions
+15 -15
View File
@@ -1,16 +1,16 @@
<?php
include_once "./include.php";
$app->group('/api', function () use ($app) {
include "./ricette.php";
include "./profile.php";
include "./image.php";
});
$app->group('/backend', function () use ($app) {
include "./management.php";
});
//include "./image.php";
<?php
include_once "./include.php";
$app->group('/api', function () use ($app, $dirRicetteDropBox) {
include "./ricette.php";
include "./profile.php";
include "./image.php";
});
$app->group('/backend', function () use ($app) {
include "./management.php";
});
//include "./image.php";
$app->run();