- Timestamp:
- Nov 4, 2008, 4:39:20 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/import.php
r3265 r3267 18 18 * http://sam.zoy.org/wtfpl/COPYING for more details. 19 19 */ 20 21 if (php_sapi_name() != "cli") { 22 die("You have to run this program with php-cli!\n"); 23 } 20 24 21 25 $imports = caca_get_import_list();
Note: See TracChangeset
for help on using the changeset viewer.