[phpwebapp-commits] CVS: top10 global.php,1.2,1.3
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-09-26 15:32:26
|
Update of /cvsroot/phpwebapp/top10 In directory sc8-pr-cvs1:/tmp/cvs-serv4736 Modified Files: global.php Log Message: Index: global.php =================================================================== RCS file: /cvsroot/phpwebapp/top10/global.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** global.php 25 Sep 2003 06:51:27 -0000 1.2 --- global.php 26 Sep 2003 15:32:21 -0000 1.3 *************** *** 9,12 **** /** E-mail of the admin of Top10. */ ! define("ADMIN", "das...@us..."); ?> --- 9,13 ---- /** E-mail of the admin of Top10. */ ! //define("ADMIN_EMAIL", "das...@us..."); ! define("ADMIN_EMAIL", "dasho"); ?> |