Updating paths.

1.10.x
Julio Montoya 11 years ago
parent 09a986b12e
commit b151e288c8
  1. 2
      .gitignore
  2. 2
      app/config/config.yml
  3. 1
      web/app_dev.php

2
.gitignore vendored

@ -44,7 +44,9 @@ app/config/parameters*.yml
app/cache/*
app/logs/*
app/*.cache
web/assetic/*
web/bundles/*
web/images/*
web/uploads/*
web/js/*
web/css/*

@ -265,7 +265,7 @@ sp_bower:
bundles:
ChamiloAdminThemeBundle:
cache:
directory: ../../../../public/components/cache
directory: ../../../../../../app/cache/public/components/cache
# Run to update js dependencies: app/console sp:bower:install

@ -26,6 +26,7 @@ require_once __DIR__.'/legacy.php';
Request::enableHttpMethodParameterOverride();
$request = Request::createFromGlobals();*/
$request = Sonata\PageBundle\Request\RequestFactory::createFromGlobals('host_with_path_by_locale');
$request->enableHttpMethodParameterOverride();
$kernel = new AppKernel('dev', true);

Loading…
Cancel
Save