~tsep-dev/tsep/2.x

« back to all changes in this revision

Viewing changes to web/app.php

  • Committer: Geoff
  • Date: 2011-04-18 02:13:05 UTC
  • Revision ID: git-v1:2cca6efbebaff72de4f79bec37e0c55a8b0d6573
Fixed issue with root URL's.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
2
 
 
3
$_SERVER['REQUEST_URI'] = $_SERVER['REDIRECT_URL'];
 
4
 
3
5
require_once __DIR__.'/../app/bootstrap.php.cache';
4
6
require_once __DIR__.'/../app/AppKernel.php';
5
7
//require_once __DIR__.'/../app/bootstrap_cache.php.cache';