]> git.donarmstrong.com Git - infobot.git/commitdiff
oops
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 16 Feb 2005 18:20:00 +0000 (18:20 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 16 Feb 2005 18:20:00 +0000 (18:20 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1116 c11ca15a-4712-0410-83d8-924469b57eb5

www/.htpasswd [deleted file]
www/htdocs/cp/index.php
www/htdocs/inc/mysql.inc [deleted file]

diff --git a/www/.htpasswd b/www/.htpasswd
deleted file mode 100644 (file)
index 722c18e..0000000
+++ /dev/null
@@ -1 +0,0 @@
-blootbot:EZQ6ol8aBWE8c
index bc591fa8b4d062a8e531032eed0a24b73d5d4ead..6e21111576819318961ed8d4be700c43f55082fb 100644 (file)
@@ -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 (file)
index 5b63ace..0000000
+++ /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! -->";
-        }
-
-?>