[ Index ]
 

Code source de GeekLog 1.4.1

Accédez au Source d'autres logiciels libres

title

Body

[fermer]

/ -> emailgeeklogstories (source)

   1  #!/usr/local/bin/php -q 
   2  <?php
   3  // This code snippet is responsible for emailing Geeklog stories to users 
   4  // for the topics they select.
   5  //
   6  // For this script to work you must have compiled PHP so it can also be
   7  // used as a shell scripting language. You should call this script from
   8  // your crontab (man crontab). You will also need to set the exectuable
   9  // flags for this file.
  10  
  11  // Change this path to point to your lib-common.php file
  12  include('/path/to/geeklog/lib-common.php');
  13  
  14  COM_emailUserTopics();
  15  ?>


Généré le : Wed Nov 21 12:27:40 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics