Skip to content

Commit

Permalink
Path Bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Luqman committed Mar 6, 2017
1 parent 593d769 commit 0af04fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions account.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php

$email = "your_email@email.com";
$password = "your_password";
4 changes: 1 addition & 3 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
require_once("function/function.php");
require_once("function/fetchValue.php");
require_once("class/Path.php");
require_once("account.php");


$email = "your_email@email.com";
$password = "your_password";


$path = new Path($email,$password);

Expand Down

0 comments on commit 0af04fb

Please sign in to comment.