19 lines
841 B
Bash
19 lines
841 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
command="./curl_wrapper"
|
||
|
|
||
|
echo
|
||
|
echo "---- php.sh ----"
|
||
|
echo
|
||
|
|
||
|
$command xml/manucorp.rss http://www.manucorp.com/rss.php3
|
||
|
$command xml/phpbuilder.rss http://www.phpbuilder.com/rss_feed.php?type=articles\&limit=10
|
||
|
$command xml/phpnuke.rss http://www.phpnuke.org/backend.php
|
||
|
$command xml/phpsecure_webactu.rss http://www.phpsecure.info/v2/xml/news/fr/NEWS.WebActu.xml
|
||
|
$command xml/phpsecure_applicphp.rss http://www.phpsecure.info/v2/xml/news/fr/NEWS.ApplicPHP.xml
|
||
|
$command xml/phpsecure_cmsactu.rss http://www.phpsecure.info/v2/xml/news/fr/NEWS.CmsActu.xml
|
||
|
$command xml/phpsecure_secuphp.rss http://www.phpsecure.info/v2/xml/news/fr/NEWS.SecuPHP.xml
|
||
|
$command xml/phpsecure_lesdernieres.rss http://www.phpsecure.info/v2/xml/news/fr/NEWS.lesDernieres.xml
|
||
|
|
||
|
date +"(MAJ %d %b %Y @ %H:%M)">/home/www/website/modules/backends/php.date.txt
|