summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();