[phpwebapp-commits] CVS: app3/templates/tip tips.php,1.1.1.1,1.2 tip4.php,1.1.1.1,1.2 tip3.php,1.1.1
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-26 16:05:24
|
Update of /cvsroot/phpwebapp/app3/templates/tip In directory sc8-pr-cvs1:/tmp/cvs-serv19640/templates/tip Modified Files: tips.php tip4.php tip3.php tip2.php tip1.php tip.php fun.get_random_tip.php Log Message: Added copying permission statement for GNU GPL. Index: tips.php =================================================================== RCS file: /cvsroot/phpwebapp/app3/templates/tip/tips.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tips.php 22 Aug 2003 16:14:26 -0000 1.1.1.1 --- tips.php 25 Aug 2003 13:52:01 -0000 1.2 *************** *** 1,3 **** --- 1,5 ---- <?php + /* This file is part of phpWebApp. */ + /** * The array $arr_tips contains a list of tips, from which Index: tip4.php =================================================================== RCS file: /cvsroot/phpwebapp/app3/templates/tip/tip4.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tip4.php 22 Aug 2003 16:14:26 -0000 1.1.1.1 --- tip4.php 25 Aug 2003 13:52:01 -0000 1.2 *************** *** 1,3 **** --- 1,5 ---- <?php + /* This file is part of phpWebApp. */ + include_once TIP_PATH."fun.get_random_tip.php"; Index: tip3.php =================================================================== RCS file: /cvsroot/phpwebapp/app3/templates/tip/tip3.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tip3.php 22 Aug 2003 16:14:27 -0000 1.1.1.1 --- tip3.php 25 Aug 2003 13:52:01 -0000 1.2 *************** *** 1,3 **** --- 1,5 ---- <?php + /* This file is part of phpWebApp. */ + include_once TIP_PATH."fun.get_random_tip.php"; Index: tip2.php =================================================================== RCS file: /cvsroot/phpwebapp/app3/templates/tip/tip2.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tip2.php 22 Aug 2003 16:14:26 -0000 1.1.1.1 --- tip2.php 25 Aug 2003 13:52:01 -0000 1.2 *************** *** 1,3 **** --- 1,5 ---- <?php + /* This file is part of phpWebApp. */ + include_once TIP_PATH."fun.get_random_tip.php"; Index: tip1.php =================================================================== RCS file: /cvsroot/phpwebapp/app3/templates/tip/tip1.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tip1.php 22 Aug 2003 16:14:26 -0000 1.1.1.1 --- tip1.php 25 Aug 2003 13:52:01 -0000 1.2 *************** *** 1,3 **** --- 1,5 ---- <?php + /* This file is part of phpWebApp. */ + include_once TIP_PATH."fun.get_random_tip.php"; Index: tip.php =================================================================== RCS file: /cvsroot/phpwebapp/app3/templates/tip/tip.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** tip.php 22 Aug 2003 16:14:26 -0000 1.1.1.1 --- tip.php 25 Aug 2003 13:52:01 -0000 1.2 *************** *** 1,3 **** --- 1,5 ---- <?php + /* This file is part of phpWebApp. */ + include_once TIP_PATH."fun.get_random_tip.php"; Index: fun.get_random_tip.php =================================================================== RCS file: /cvsroot/phpwebapp/app3/templates/tip/fun.get_random_tip.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** fun.get_random_tip.php 22 Aug 2003 16:14:27 -0000 1.1.1.1 --- fun.get_random_tip.php 25 Aug 2003 13:52:01 -0000 1.2 *************** *** 1,3 **** --- 1,5 ---- <?php + /* This file is part of phpWebApp. */ + /** * Returns a random tip form the tips in 'tips.php'. |