Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Sun Oct 23 16:51:26 2005 UTC | revision 1.2, Fri Oct 28 15:27:56 2005 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | #!/usr/local/bin/php | #!/usr/local/bin/php |
| 2 | <?php | <?php |
| 3 | /* $id$ */ | /* $Id$ */ |
| 4 | ||
| 5 | /** | /** |
| 6 | * @file | * @file |
| # | Line 19 | Line 19 |
| 19 | ||
| 20 | // include Drupal-specific files | // include Drupal-specific files |
| 21 | ||
| 22 | foreach (array( 'drupal_asterisk.ini', 'audioblog.inc', 'phpagi.php' ) as $file) { | foreach (array( 'drupal_asterisk.ini', 'audioblog_client.inc', 'phpagi.php' ) as $file) { |
| 23 | require_once('includes'. DIRECTORY_SEPARATOR .$file); | require_once('includes'. DIRECTORY_SEPARATOR .$file); |
| 24 | } | } |
| 25 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |