From e9b3e7cb5ac7ec7daed73619456e9e0fe9a5a163 Mon Sep 17 00:00:00 2001 From: Alexander NeonXP Kiryukhin Date: Fri, 27 May 2016 15:03:51 +0300 Subject: Fix bug --- www/index.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'www') 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(); -- cgit v1.2.3