From: timriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Date: Wed, 16 Feb 2005 18:20:00 +0000 (+0000)
Subject: oops
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1f4c5685d1ea8f14ec239ff40b50405c8974ac48;p=infobot.git

oops


git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1116 c11ca15a-4712-0410-83d8-924469b57eb5
---

diff --git a/www/.htpasswd b/www/.htpasswd
deleted file mode 100644
index 722c18e..0000000
--- a/www/.htpasswd
+++ /dev/null
@@ -1 +0,0 @@
-blootbot:EZQ6ol8aBWE8c
diff --git a/www/htdocs/cp/index.php b/www/htdocs/cp/index.php
index bc591fa..6e21111 100644
--- a/www/htdocs/cp/index.php
+++ b/www/htdocs/cp/index.php
@@ -8,7 +8,7 @@
 
 <center><font face="arial" size="+1">C O N T R O L . P A N E L</font><p></center>
 <? box_start("Main Functions",".","90%"); ?>
-<br><b>News Functios:</b><br>
+<br><b>News Functions:</b><br>
 <a href="news.php">Add News</a><br>
 <a href="news-delete.php">Delete News</a><p>
 <? box_end(); ?>
diff --git a/www/htdocs/inc/mysql.inc b/www/htdocs/inc/mysql.inc
deleted file mode 100644
index 5b63ace..0000000
--- a/www/htdocs/inc/mysql.inc
+++ /dev/null
@@ -1,11 +0,0 @@
-<?
-$db_hostname="moby";
-$db_username="blootbot";
-$db_password="IOoXuyD9";
-$db_name="blootbot";
-
-        if (! ($db_handle=@mysql_connect($db_hostname,$db_username,$db_password)) || ! @mysql_select_db($db_name)) {
-        echo "<!-- MSQL ERROR! -->";
-        }
-
-?>