Pārlūkot izejas kodu

Merge branch 'master' of https://bitbucket.org/ikflowdat/stats

Maximiliano Schvindt 7 gadi atpakaļ
vecāks
revīzija
376392c10b
3 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 1 0
      app/config/config.yml
  2. 1 1
      bin/symfony_requirements
  3. 1 1
      web/config.php

+ 1 - 0
app/config/config.yml

@@ -16,6 +16,7 @@ imports:
     - { resource: "@StatsDBundle/Resources/config/services.yml" }
    
     - { resource: "@StatsBundle/Resources/config/services.yml" }
+    - { resource: '@BaseAdminBundle/Resources/config/services.yml' }
 
 # Put parameters here that don't need to change on each machine where the app is deployed
 # http://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration

+ 1 - 1
bin/symfony_requirements

@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 
-require_once dirname(__FILE__).'/../var/SymfonyRequirements.php';
+require_once dirname(__FILE__).'/./SymfonyRequirements.php';
 
 $lineSize = 70;
 $symfonyRequirements = new SymfonyRequirements();

+ 1 - 1
web/config.php

@@ -22,7 +22,7 @@ if (!in_array(@$_SERVER['REMOTE_ADDR'], array(
     exit('This script is only accessible from localhost.');
 }
 
-require_once dirname(__FILE__).'/../var/SymfonyRequirements.php';
+require_once dirname(__FILE__).'/./SymfonyRequirements.php';
 
 $symfonyRequirements = new SymfonyRequirements();