From 9f108dd1a969473375341d92a7b1252fa2cedc9a Mon Sep 17 00:00:00 2001 From: mszulecki Date: Thu, 14 Jun 2007 17:09:01 +0000 Subject: Initial import. git-svn-id: http://svn.sukimashita.com/repos/mailadmin/trunk@2 4281df72-ff29-0410-8fee-2d9ac0c5f5a7 --- symfony | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 symfony (limited to 'symfony') diff --git a/symfony b/symfony new file mode 100755 index 0000000..b540da2 --- /dev/null +++ b/symfony @@ -0,0 +1,14 @@ +#!/usr/bin/env php + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +chdir(dirname(__FILE__)); +include('config/config.php'); +include($sf_symfony_data_dir.'/bin/symfony.php'); -- cgit v1.1-32-gdbae