Changeset 3267


Ignore:
Timestamp:
11/04/08 04:39:20 (5 years ago)
Author:
bsittler
Message:

CLI-only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/caca-php/examples/import.php

    r3265 r3267  
    1818 *  http://sam.zoy.org/wtfpl/COPYING for more details. 
    1919 */ 
     20 
     21if (php_sapi_name() != "cli") { 
     22        die("You have to run this program with php-cli!\n"); 
     23} 
    2024 
    2125$imports = caca_get_import_list(); 
Note: See TracChangeset for help on using the changeset viewer.