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()
|
public function conn()
|
||||||
{
|
{
|
||||||
$host = "localhost";
|
$host = "localhost";
|
||||||
$user = "paste";
|
$user = "";
|
||||||
$pass = "no*aksp1";
|
$pass = "";
|
||||||
$name = "paste";
|
$name = "";
|
||||||
$conn = mysqli_connect($host,$user,$pass,$name);
|
$conn = mysqli_connect($host,$user,$pass,$name);
|
||||||
if (mysqli_connect_errno())
|
if (mysqli_connect_errno())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue