| author | ymh <ymh.work@gmail.com> |
| Tue, 04 May 2010 13:16:10 +0200 | |
| changeset 118 | aad3c6a520ca |
| parent 5 | c89810477ccf |
| permissions | -rwxr-xr-x |
|
5
c89810477ccf
Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff
changeset
|
1 |
#!/usr/bin/env php |
|
c89810477ccf
Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff
changeset
|
2 |
<?php |
|
c89810477ccf
Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff
changeset
|
3 |
|
|
c89810477ccf
Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff
changeset
|
4 |
/* |
|
c89810477ccf
Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff
changeset
|
5 |
* This file is part of the symfony package. |
|
c89810477ccf
Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff
changeset
|
6 |
* (c) Fabien Potencier <fabien.potencier@symfony-project.com> |
|
c89810477ccf
Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff
changeset
|
7 |
* |
|
c89810477ccf
Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff
changeset
|
8 |
* For the full copyright and license information, please view the LICENSE |
|
c89810477ccf
Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff
changeset
|
9 |
* file that was distributed with this source code. |
|
c89810477ccf
Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff
changeset
|
10 |
*/ |
|
c89810477ccf
Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff
changeset
|
11 |
|
|
c89810477ccf
Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff
changeset
|
12 |
chdir(dirname(__FILE__)); |
|
c89810477ccf
Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff
changeset
|
13 |
require_once(dirname(__FILE__).'/config/ProjectConfiguration.class.php'); |
|
c89810477ccf
Commit the all project thd UniversCiné V1.0
Gautier Thibault <gthibault@universcine.com>
parents:
diff
changeset
|
14 |
include(sfCoreAutoload::getInstance()->getBaseDir().'/command/cli.php'); |