[Openfirst-cvscommit] www updatesite.sh,1.4,1.5
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2005-05-24 22:11:50
|
Update of /cvsroot/openfirst/www In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32256 Modified Files: updatesite.sh Log Message: Update the script to update the site using the new news system. Index: updatesite.sh =================================================================== RCS file: /cvsroot/openfirst/www/updatesite.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** updatesite.sh 1 Jan 2005 21:18:16 -0000 1.4 --- updatesite.sh 24 May 2005 22:11:19 -0000 1.5 *************** *** 5,11 **** # Update news ! cd htdocs ! ./news.sh ! cd .. # Ensure website can write session information --- 5,9 ---- # Update news ! php htdocs/news.php # Ensure website can write session information |