summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAlexander NeonXP Kiryukhin <frei@neonxp.info>2016-05-27 15:03:51 +0300
committerAlexander NeonXP Kiryukhin <frei@neonxp.info>2016-05-27 15:03:51 +0300
commite9b3e7cb5ac7ec7daed73619456e9e0fe9a5a163 (patch)
tree37ea702707dfc42890bcf9e3dc9c7dafc7df3161 /www
parentf694f75b85c813c3639c91aaafd6c57bfc752213 (diff)
Fix bug
Diffstat (limited to 'www')
-rw-r--r--www/index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/www/index.php b/www/index.php
index 7278d8d..592919c 100644
--- a/www/index.php
+++ b/www/index.php
@@ -27,9 +27,6 @@ AnnotationRegistry::registerAutoloadNamespace(
'JMS\Serializer\Annotation',
__DIR__.'/../vendor/jms/serializer/src'
);
-$script = require_once __DIR__ . '/script.php';
-
-$pgsqlConnection = 'postgresql://' . getenv('OPENSHIFT_POSTGRESQL_DB_HOST') . ':' . getenv('OPENSHIFT_POSTGRESQL_DB_PORT');
$cache = new \Doctrine\Common\Cache\ApcuCache();