Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
R00tS3c authored Apr 23, 2018
1 parent 5af03ec commit 995bb6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
header("Access-Control-Allow-Origin: *");

$h = "localhost";
$u = "id752914_nbot";
$p = "televizor2";
$db = "id752914_nbot"; //database name
$u = "";
$p = "";
$db = ""; //database name

$mysqli = new mysqli($h, $u, $p, $db, 0);
$mysqli->query("SET NAMES utf8");
Expand All @@ -23,4 +23,4 @@
$lastSongDJ = $nSongsLast->dj;
$lastSongID = $nSongsLast->id;
$before7Days = date("Y-m-d H:i:s", (time()-604800));
?>
?>

0 comments on commit 995bb6a

Please sign in to comment.