Changeset 88 for trunk/SYMFONY

Show
Ignore:
Timestamp:
11/29/06 16:05:09 (2 years ago)
Author:
fabien
Message:

updated to symfony 1.0 beta 1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/SYMFONY

    r2 r88  
     1#!/usr/bin/env php 
     2<?php 
     3 
     4/* 
     5 * This file is part of the symfony package. 
     6 * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com> 
     7 *  
     8 * For the full copyright and license information, please view the LICENSE 
     9 * file that was distributed with this source code. 
     10 */ 
     11 
     12chdir(dirname(__FILE__)); 
     13include('config/config.php'); 
     14include($sf_symfony_data_dir.'/bin/symfony.php');