Skip to content
Snippets Groups Projects
Commit 9cafc734 authored by Sebastian Castro's avatar Sebastian Castro
Browse files

First commit on dev branch

parent e9e8ff47
No related branches found
No related tags found
No related merge requests found
MonVoisinFaitDuBio CartoV3
================== =======
Feel free to add some more informations if you solve installation issues ! Feel free to add some more informations if you solve installation issues !
......
web/config.php 100755 → 100644
...@@ -14,13 +14,13 @@ if (!isset($_SERVER['HTTP_HOST'])) { ...@@ -14,13 +14,13 @@ if (!isset($_SERVER['HTTP_HOST'])) {
exit('This script cannot be run from the CLI. Run it from a browser.'); exit('This script cannot be run from the CLI. Run it from a browser.');
} }
/*if (!in_array(@$_SERVER['REMOTE_ADDR'], array( if (!in_array(@$_SERVER['REMOTE_ADDR'], array(
'127.0.0.1', '127.0.0.1',
'::1', '::1',
))) { ))) {
header('HTTP/1.0 403 Forbidden'); header('HTTP/1.0 403 Forbidden');
exit('This script is only accessible from localhost.'); exit('This script is only accessible from localhost.');
}*/ }
require_once dirname(__FILE__).'/../var/SymfonyRequirements.php'; require_once dirname(__FILE__).'/../var/SymfonyRequirements.php';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment