[gst-cvs] CVS: www admin.php,1.4,1.5
Andy Wingo
wingo at users.sourceforge.net
Wed Oct 24 12:25:21 PDT 2001
Update of /cvsroot/gstreamer/www
In directory usw-pr-cvs1:/tmp/cvs-serv31983
Modified Files:
admin.php
Log Message:
fixed an error where instead of naming the variables to look at it printed out their contents -- yikes
Index: admin.php
===================================================================
RCS file: /cvsroot/gstreamer/www/admin.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- admin.php 2001/10/24 19:22:13 1.4
+++ admin.php 2001/10/24 19:24:08 1.5
@@ -12,8 +12,8 @@
echo $top;
echo <<<EOF
<p>
- Bad password or user name. Check the values of <code>$admin_user</code> and
- <code>$admin_pass</code> in <code>/home/groups/g/gs/gstreamer/htdocs/lib/db_setup.php</code>
+ Bad password or user name. Check the values of <code>\$admin_user</code> and
+ <code>\$admin_pass</code> in <code>/home/groups/g/gs/gstreamer/htdocs/lib/db_setup.php</code>
to get the current user and password. This is pretty light security, you wouldn't exactly
have to be a l33t h4x0r to break it, so don't bother. Also, we have backups.
</p>
More information about the Gstreamer-commits
mailing list