Skip to content

Commit

Permalink
removing DB connection info
Browse files Browse the repository at this point in the history
  • Loading branch information
h4xnoodle committed Jul 27, 2010
1 parent 9e84a22 commit 1aa1f77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions foc/functions.php
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

mysql_connect("localhost", "orient2010", "[email protected]");
mysql_select_db("orientation2010");

function parseRankings($rankings) {
$r = explode(':', $rankings);
Expand Down

1 comment on commit 1aa1f77

@h4xnoodle
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol

Please sign in to comment.