Forráskód Böngészése

FD3-208 Update vendor

Maximiliano Schvindt 7 éve
szülő
commit
6652356f98
3 módosított fájl, 5 hozzáadás és 2 törlés
  1. 1 1
      bin/symfony_requirements
  2. 1 1
      web/config.php
  3. 3 0
      web/info.php

+ 1 - 1
bin/symfony_requirements

@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 
-require_once dirname(__FILE__).'/./SymfonyRequirements.php';
+require_once dirname(__FILE__).'/../var/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__).'/./SymfonyRequirements.php';
+require_once dirname(__FILE__).'/../var/SymfonyRequirements.php';
 
 $symfonyRequirements = new SymfonyRequirements();
 

+ 3 - 0
web/info.php

@@ -0,0 +1,3 @@
+<?php
+phpinfo();
+?>