root/events/phpframework/ethna/trunk/skel/skel.entry_cli.php
@
13385
| Revision 13385, 353 bytes (checked in by maru_cc, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | /** |
| 3 | * {$action_name}.php |
| 4 | * |
| 5 | * @author {$author} |
| 6 | * @package Phwittr |
| 7 | * @version $Id: skel.entry_cli.php 488 2007-12-13 22:11:18Z mumumu-org $ |
| 8 | */ |
| 9 | chdir(dirname(__FILE__)); |
| 10 | require_once '{$dir_app}/Phwittr_Controller.php'; |
| 11 | |
| 12 | ini_set('max_execution_time', 0); |
| 13 | |
| 14 | Phwittr_Controller::main_CLI('Phwittr_Controller', '{$action_name}'); |
| 15 | ?> |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)