Update rss.class.php
This commit is contained in:
parent
82e31624df
commit
28b5198005
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ self::close();
|
|||
public function conn()
|
||||
{
|
||||
$host = "localhost";
|
||||
$user = "paste";
|
||||
$pass = "no*aksp1";
|
||||
$name = "paste";
|
||||
$user = "";
|
||||
$pass = "";
|
||||
$name = "";
|
||||
$conn = mysqli_connect($host,$user,$pass,$name);
|
||||
if (mysqli_connect_errno())
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue